HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"SarsCov2NucleicAcidTestReportCompositionExample01\"> </a><a name=\"hcSarsCov2NucleicAcidTestReportCompositionExample01\"> </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 Composition "SarsCov2NucleicAcidTestReportCompositionExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-sars-cov-2-nucleic-acid-test.html\">新型冠状病毒核酸检测报告共享文档本地化定义</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.10093.1.23.24.3454354</code>/N123455</p><p><b>status</b>: final</p><p><b>type</b>: 新型冠状病毒核酸检测报告 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-phr-document-type.html\">个人健康档案共享文档类型代码表</a>#P001)</span></p><p><b>category</b>: 个人健康档案共享文档 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-document-category.html\">共享文档类别代码表</a>#PHR)</span></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Encounter/Covid19EncounterExample01</a></p><p><b>date</b>: 2002-08-23 16:45:50-0500</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</a> " 赵"</p><p><b>title</b>: 新型冠状病毒核酸检测报告</p><p><b>custodian</b>: <a href=\"Organization-HospitalExample01.html\">Organization/HospitalExample01: 北大人民医院</a> "北大人民医院"</p></div>"
] ; #
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:reference [ fhir:v "Patient/PatientExample01" ]
] ) ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Covid19EncounterExample01" ]
] ; #
fhir:date [ fhir:v "2002-08-23T16:45:50.597-05:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ]
] ) ; #
fhir:title [ fhir:v "新型冠状病毒核酸检测报告"] ; #
fhir:custodian [
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:reference [ fhir:v "Observation/Covid19ResultExample01" ] ] [
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:reference [ fhir:v "Specimen/Covid19SpecimenExample01" ] ] )
] ) . #