HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "SarsCov2NucleicAcidTestReportCompositionExample01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test> ]
];
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><b>identifier</b>: id: N123455</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/phr-document-type P001}\">新型冠状病毒核酸检测报告</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category PHR}\">个人健康档案共享文档</span></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 --> (ongoing)</a></p><p><b>date</b>: 2002年8月24日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>title</b>: 新型冠状病毒核酸检测报告</p><p><b>custodian</b>: <a href=\"Organization-OrganizationExample03.html\">Generated Summary: name: 北大人民医院</a></p></div>"
];
fhir:Composition.identifier [
fhir:Identifier.system [ fhir:value "urn:oid:1.2.10093.1.23.24.3454354" ];
fhir:Identifier.value [ fhir:value "N123455" ]
];
fhir:Composition.status [ fhir:value "final"];
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/phr-document-type" ];
fhir:Coding.code [ fhir:value "P001" ];
fhir:Coding.display [ fhir:value "新型冠状病毒核酸检测报告" ] ]
];
fhir:Composition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-category" ];
fhir:Coding.code [ fhir:value "PHR" ];
fhir:Coding.display [ fhir:value "个人健康档案共享文档" ] ]
];
fhir:Composition.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]
];
fhir:Composition.encounter [
fhir:Reference.reference [ fhir:value "Encounter/Covid19EncounterExample01" ]
];
fhir:Composition.date [ fhir:value "2002-08-23T16:45:50.597-05:00"^^xsd:dateTime];
fhir:Composition.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]
];
fhir:Composition.title [ fhir:value "新型冠状病毒核酸检测报告"];
fhir:Composition.custodian [
fhir:Reference.reference [ fhir:value "Organization/OrganizationExample03" ]
];
fhir:Composition.section [
fhir:index 0;
fhir:Composition.section.title [ fhir:value "检验结果" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:30954-2;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "30954-2" ];
fhir:Coding.display [ fhir:value "检验结果" ] ] ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/Covid19ResultExample01" ] ], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/Covid19ResultExample02" ] ]
], [
fhir:index 1;
fhir:Composition.section.title [ fhir:value "标本信息" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:68992-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "68992-7" ];
fhir:Coding.display [ fhir:value "标本信息" ] ] ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Specimen/Covid19SpecimenExample01" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.