HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LaboratoryRequestExample01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest LaboratoryRequestExample01</b></p><a name=\"LaboratoryRequestExample01\"> </a><a name=\"hcLaboratoryRequestExample01\"> </a><a name=\"LaboratoryRequestExample01-en-US\"> </a><p><b>identifier</b>: Placer/2345234234234</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --> 2002-08-20 16:45:50+0800</a></p><p><b>occurrence</b>: 2016-07-09 09:16:00+0800</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample01.html\">赵勇</a></p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample02.html\">王东方</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 V173}\">Fam hx-ischem heart dis</span></td></tr></table><h3>SupportingInfos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hcLaboratoryRequestExample01/ObservationFastingExample\">Observation Fasting status - Reported</a></td></tr></table><p><b>specimen</b>: <a href=\"#hcLaboratoryRequestExample01/SpecimenExample01\">Serum specimen</a></p><p><b>note</b>: patient is afraid of needles</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Observation #ObservationFastingExample</b></p><a name=\"LaboratoryRequestExample01/ObservationFastingExample\"> </a><a name=\"hcLaboratoryRequestExample01/ObservationFastingExample\"> </a><a name=\"LaboratoryRequestExample01/ObservationFastingExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 49541-6}\">Fasting status - Reported</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Specimen #SpecimenExample01</b></p><a name=\"LaboratoryRequestExample01/SpecimenExample01\"> </a><a name=\"hcLaboratoryRequestExample01/SpecimenExample01\"> </a><a name=\"LaboratoryRequestExample01/SpecimenExample01-en-US\"> </a><p><b>identifier</b>: <code>http://acme.org/specimens</code>/20160709-0012</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum sample</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2023-12-23 08:00:00+0800</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationFastingExample" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
( fhir:coding [
a loinc:49541-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49541-6" ] ;
fhir:display [ fhir:v "Fasting status - Reported" ] ] ) ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ] ] ) ]
] [
a fhir:Specimen ;
fhir:id [ fhir:v "SpecimenExample01" ] ;
( fhir:identifier [
fhir:system [ fhir:v "http://acme.org/specimens"^^xsd:anyURI ] ;
fhir:value [ fhir:v "20160709-0012" ] ] ) ;
fhir:type [
( fhir:coding [
a sct:119364003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119364003" ] ;
fhir:display [ fhir:v "Serum sample" ] ] ) ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ] ] ;
fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2023-12-23T08:00:00+08:00"^^xsd:dateTime ] ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ;
fhir:display [ fhir:v "Placer" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2345234234234" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "original-order"] ; #
fhir:category ( [
( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample01" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2016-07-09T09:16:00+08:00"^^xsd:dateTime
] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample02" ] ;
fhir:display [ fhir:v "王东方" ]
] ) ; #
fhir:reason ( [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "V173" ] ;
fhir:display [ fhir:v "Fam hx-ischem heart dis" ] ] ) ]
] ) ; #
fhir:supportingInfo ( [
fhir:reference [
fhir:reference [ fhir:v "#ObservationFastingExample" ] ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "#SpecimenExample01" ] ;
fhir:display [ fhir:v "Serum specimen" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "patient is afraid of needles" ]
] ) . #
本实施指南 hl7cn.fhir.connectathon#2025.3.12 基于
FHIR 5.0.0
设计。
本页面于 2025-03-11 构建。
本站点由 叶彦波 维护。
版权所有 © 2025+
HL7中国
。
链接: 目录 |
QA报告