HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "Covid19EncounterExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"Covid19EncounterExample01\"> </a><a name=\"hcCovid19EncounterExample01\"> </a></p><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\">Resource Encounter "Covid19EncounterExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-covid19-encounter.html\">核酸检测诊疗活动结构定义</a></p></div><p><b>status</b>: completed</p><p><b>class</b>: field <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#FLD)</span></p><p><b>type</b>: 检查检验 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-encounter-type.html\">Encounter type</a>#TEST)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> " 刘"</p><p><b>serviceProvider</b>: <a href=\"Organization-HospitalExample01.html\">Organization/HospitalExample01</a> "北大人民医院"</p><p><b>actualPeriod</b>: 2022-05-20 18:45:50+0800 --> (ongoing)</p></div>"
},
"status" : "completed",
"class" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "FLD"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/encounter-type",
"code" : "TEST",
"display" : "检查检验"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientExample01"
},
"serviceProvider" : {
🔗 "reference" : "Organization/HospitalExample01"
},
"actualPeriod" : {
"start" : "2022-05-20T18:45:50+08:00"
}
}