HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Covid19ResultExample02 - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Covid19ResultExample02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Covid19ResultExample02\"> </a><a name=\"hcCovid19ResultExample02\"> </a></p><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\">Resource Observation &quot;Covid19ResultExample02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-covid19-result.html\">核酸检测结果结构定义</a></p></div><p><b>status</b>: final</p><p><b>category</b>: 实验室检验 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (observation-category#laboratory)</span></p><p><b>code</b>: 新冠核酸 样本 探针检测 ORF1ab域[Pr] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#94639-2)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Encounter/Covid19EncounterExample01</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</a> &quot; 赵&quot;</p><p><b>value</b>: 未检测到 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#260415000)</span></p><p><b>method</b>: 实时荧光定量PCR/qRT-PCR <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#871560001)</span></p><p><b>specimen</b>: <a href=\"Specimen-Covid19SpecimenExample01.html\">Specimen/Covid19SpecimenExample01</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "实验室检验" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:94639-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "94639-2" ] ;
fhir:display [ fhir:v "新冠核酸 样本 探针检测 ORF1ab域[Pr]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Covid19EncounterExample01" ]
  ] ; # 
  fhir:issued [ fhir:v "2022-05-20T16:45:50+08:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:260415000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260415000" ] ;
fhir:display [ fhir:v "未检测到" ]     ] )
  ] ; # 
  fhir:method [
    ( fhir:coding [
a sct:871560001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871560001" ] ;
fhir:display [ fhir:v "实时荧光定量PCR/qRT-PCR" ]     ] )
  ] ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/Covid19SpecimenExample01" ]
  ] . #