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" : "DiagnosisExample02",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition DiagnosisExample02</b></p><a name=\"DiagnosisExample02\"> </a><a name=\"hcDiagnosisExample02\"> </a><a name=\"DiagnosisExample02-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">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 M17.900x002}\">膝关节退行性病变</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 10013000}\">膝关节外侧半月板</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" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"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" : "M17.900x002",
"display" : "膝关节退行性病变"
}
]
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10013000",
"display" : "Lateral meniscus of knee joint"
}
],
"text" : "膝关节外侧半月板"
}
],
"subject" : {
🔗 "reference" : "Patient/PatientExample01",
"display" : "刘康"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterExample01"
}
}