HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "LaboratoryRequestExample01",
"text" : {
"status" : "generated",
"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>"
},
"contained" : [
{
"resourceType" : "Observation",
"id" : "ObservationFastingExample",
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "49541-6",
"display" : "Fasting status - Reported"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
"code" : "Y",
"display" : "Yes"
}
]
}
},
{
"resourceType" : "Specimen",
"id" : "SpecimenExample01",
"identifier" : [
{
"system" : "http://acme.org/specimens",
"value" : "20160709-0012"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "119364003",
"display" : "Serum sample"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"collection" : {
"collectedDateTime" : "2023-12-23T08:00:00+08:00"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC",
"display" : "Placer"
}
]
},
"system" : "urn:oid:1.3.4.5.6.7",
"value" : "2345234234234"
}
],
"status" : "active",
"intent" : "original-order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterExample01"
},
"occurrenceDateTime" : "2016-07-09T09:16:00+08:00",
"requester" : {
🔗 "reference" : "Practitioner/PractitionerExample01",
"display" : "赵勇"
},
"performer" : [
{
🔗 "reference" : "Practitioner/PractitionerExample02",
"display" : "王东方"
}
],
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "V173",
"display" : "Fam hx-ischem heart dis"
}
]
}
}
],
"supportingInfo" : [
{
"reference" : {
"reference" : "#ObservationFastingExample"
}
}
],
"specimen" : [
{
"reference" : "#SpecimenExample01",
"display" : "Serum specimen"
}
],
"note" : [
{
"text" : "patient is afraid of needles"
}
]
}