@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SarsCov2NucleicAcidTestReportCompositionExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition

Resource Composition "SarsCov2NucleicAcidTestReportCompositionExample01"

Profile: 新型冠状病毒核酸检测报告共享文档本地化定义

identifier: urn:oid:1.2.10093.1.23.24.3454354/N123455

status: final

type: 新型冠状病毒核酸检测报告 (个人健康档案共享文档类型代码表#P001)

category: 个人健康档案共享文档 (共享文档类别代码表#PHR)

encounter: Encounter/Covid19EncounterExample01

date: 2002-08-23 16:45:50-0500

author: Practitioner/PractitionerExample01 " 赵"

title: 新型冠状病毒核酸检测报告

custodian: Organization/HospitalExample01: 北大人民医院 "北大人民医院"

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.2.10093.1.23.24.3454354"^^xsd:anyURI ] ; fhir:value [ fhir:v "N123455" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/phr-document-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "P001" ] ; fhir:display [ fhir:v "新型冠状病毒核酸检测报告" ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/document-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "PHR" ] ; fhir:display [ fhir:v "个人健康档案共享文档" ] ] ) ] ) ; # fhir:subject ( [ fhir:link ; fhir:reference [ fhir:v "Patient/PatientExample01" ] ] ) ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/Covid19EncounterExample01" ] ] ; # fhir:date [ fhir:v "2002-08-23T16:45:50.597-05:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ] ) ; # fhir:title [ fhir:v "新型冠状病毒核酸检测报告"] ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/HospitalExample01" ] ; fhir:display [ fhir:v "北大人民医院" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "检验结果" ] ; fhir:code [ fhir:coding ( [ a loinc:30954-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30954-2" ] ; fhir:display [ fhir:v "检验结果" ] ] ) ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Observation/Covid19ResultExample01" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/Covid19ResultExample02" ] ] ) ] [ fhir:title [ fhir:v "标本信息" ] ; fhir:code [ fhir:coding ( [ a loinc:68992-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "68992-7" ] ; fhir:display [ fhir:v "标本信息" ] ] ) ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Specimen/Covid19SpecimenExample01" ] ] ) ] ) . # # -------------------------------------------------------------------------------------