臺灣次世代基因定序檢測實作指引
0.1.0 - ci-build

臺灣次世代基因定序檢測實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: obs-cnv-min - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-cnv-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/Observation-cnv-twngs"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/Observation-cnv-twngs>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-cnv-min</b></p><a name=\"obs-cnv-min\"> </a><a name=\"hcobs-cnv-min\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-cnv-twngs.html\">拷貝數變異資訊-Observation CNV TWNGS</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82155-3}\">Genomic structural variant copy number</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王大明 Male, DoB: 2001-01-01 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2024-01-01</p><p><b>value</b>: 8 copy number</p><p><b>interpretation</b>: <span title=\"Codes:{http://example.org/CodeSystem/cnv-interpretation-cs amplification}\">Amplification</span></p><p><b>specimen</b>: <a href=\"Specimen-spe-bld-min.html\">Specimen: identifier = 123-4567; type = Bld</a></p><p><b>device</b>: <a href=\"Device-dev-min.html\">Device: modelNumber = HiSeq 4000 System</a></p><p><b>derivedFrom</b>: <a href=\"DocumentReference-doc-gene-min.html\">DocumentReference: status = current</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 48018-6}\">Gene studied [ID]</span></td><td>HER2</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:82155-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "82155-3" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/pat-min ;
fhir:reference [ fhir:v "Patient/pat-min" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2024-01-01"^^xsd:date
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "8"^^xsd:decimal ] ;
fhir:unit [ fhir:v "copy number" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://example.org/CodeSystem/cnv-interpretation-cs"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/cnv-interpretation-cs>       ] ;
fhir:code [ fhir:v "amplification" ]     ] )
  ] ) ; # 
  fhir:specimen [
fhir:l fhir:Specimen/spe-bld-min ;
fhir:reference [ fhir:v "Specimen/spe-bld-min" ]
  ] ; # 
  fhir:device [
fhir:l fhir:Device/dev-min ;
fhir:reference [ fhir:v "Device/dev-min" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:l fhir:DocumentReference/doc-gene-min ;
fhir:reference [ fhir:v "DocumentReference/doc-gene-min" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:48018-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "48018-6" ]       ] )     ] ;
fhir:value [
a fhir:String ;
fhir:v "HER2"     ]
  ] ) . #