@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Covid19ResultExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "Covid19ResultExample01"

Profile: 核酸检测结果结构定义

status: final

category: 实验室检验 (observation-category#laboratory)

code: 新冠核酸 样本 探针检测 N基因[Pr] (LOINC#94316-7)

subject: Patient/PatientExample01 " 刘"

encounter: Encounter/Covid19EncounterExample01

issued: 2022年5月20日 下午4:45:50

performer: Practitioner/PractitionerExample01 " 赵"

value: 未检测到 (SNOMED CT#260415000)

method: 实时荧光定量PCR/qRT-PCR (SNOMED CT#871560001)

specimen: Specimen/Covid19SpecimenExample01

" ] ; # 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:94316-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "94316-7" ] ; fhir:display [ fhir:v "新冠核酸 样本 探针检测 N基因[Pr]" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/PatientExample01" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/Covid19EncounterExample01" ] ] ; # fhir:issued [ fhir:v "2022-05-20T16:45:50+08:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:link ; 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:link ; fhir:reference [ fhir:v "Specimen/Covid19SpecimenExample01" ] ] . # # -------------------------------------------------------------------------------------