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" : "Condition",
"id" : "DiagnosisExample01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition DiagnosisExample01</b></p><a name=\"DiagnosisExample01\"> </a><a name=\"hcDiagnosisExample01\"> </a><a name=\"DiagnosisExample01-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">诊断</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 J12.82}\">新冠肺炎</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></div>"
},
"clinicalStatus" : {
"coding" : [
{
"code" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis",
"display" : "诊断"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "J12.82",
"display" : "Pneumonia due to COVID-19"
}
],
"text" : "新冠肺炎"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterExample01"
}
}