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" : "Observation",
"id" : "VitalSignWeightExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/vital-sign"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation VitalSignWeightExample01</b></p><a name=\"VitalSignWeightExample01\"> </a><a name=\"hcVitalSignWeightExample01\"> </a><a name=\"VitalSignWeightExample01-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vital-sign.html\">生命体征结构定义</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011 DE04.10.188.00}\">体重</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">张三</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample02.html\">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#12345; status = completed; class = 门诊; actualPeriod = 2021-05-07 12:30:02+0800 --> 2002-08-20 16:45:50+0800</a></p><p><b>value</b>: 96 Kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeKg = 'Kg')</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011",
"code" : "DE04.10.188.00",
"display" : "体重"
}
],
"text" : "体重"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "张三"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterExample02"
},
"valueQuantity" : {
"value" : 96,
"system" : "http://unitsofmeasure.org",
"code" : "Kg"
}
}