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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: Covid19ResultExample02 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "Covid19ResultExample02"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result";
       fhir:index 0;
       fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/observation-category laboratory}\">实验室检验</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 94639-2}\">新冠核酸 样本 探针检测 ORF1ab域[Pr]</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode FLD}\">field</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/encounter-type TEST}\">检查检验</span>; period: 2022年5月20日 下午6:45:50 --&gt; (ongoing)</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 260415000}\">未检测到</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 871560001}\">实时荧光定量PCR/qRT-PCR</span></p><p><b>specimen</b>: <a href=\"Specimen-Covid19SpecimenExample01.html\">Generated Summary: id: SP235603; status: available; <span title=\"Codes: {http://snomed.info/sct 258529004}\">咽拭子</span>; receivedTime: 2022年5月20日 下午6:45:50</a></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ];
       fhir:Coding.display [ fhir:value "实验室检验" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:94639-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "94639-2" ];
       fhir:Coding.display [ fhir:value "新冠核酸 样本 探针检测 ORF1ab域[Pr]" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]
  ];
  fhir:Observation.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/Covid19EncounterExample01" ]
  ];
  fhir:Observation.issued [ fhir:value "2022-05-20T16:45:50+08:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:260415000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "260415000" ];
       fhir:Coding.display [ fhir:value "未检测到" ]     ]
  ];
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:871560001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "871560001" ];
       fhir:Coding.display [ fhir:value "实时荧光定量PCR/qRT-PCR" ]     ]
  ];
  fhir:Observation.specimen [
     fhir:Reference.reference [ fhir:value "Specimen/Covid19SpecimenExample01" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.