HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Covid19ResultExample01",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-result"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/observation-category laboratory}\">实验室检验</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 94316-7}\">新冠核酸 样本 探针检测 N基因[Pr]</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode FLD}\">field</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/encounter-type TEST}\">检查检验</span>; period: 2022年5月20日 下午6:45:50 --> (ongoing)</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 260415000}\">未检测到</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 871560001}\">实时荧光定量PCR/qRT-PCR</span></p><p><b>specimen</b>: <a href=\"Specimen-Covid19SpecimenExample01.html\">Generated Summary: id: SP235603; status: available; <span title=\"Codes: {http://snomed.info/sct 258529004}\">咽拭子</span>; receivedTime: 2022年5月20日 下午6:45:50</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "实验室检验"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "94316-7",
"display" : "新冠核酸 样本 探针检测 N基因[Pr]"
}
]
},
"subject" : {
"reference" : "Patient/PatientExample01"
},
"encounter" : {
"reference" : "Encounter/Covid19EncounterExample01"
},
"issued" : "2022-05-20T16:45:50+08:00",
"performer" : [
{
"reference" : "Practitioner/PractitionerExample01"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "260415000",
"display" : "未检测到"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "871560001",
"display" : "实时荧光定量PCR/qRT-PCR"
}
]
},
"specimen" : {
"reference" : "Specimen/Covid19SpecimenExample01"
}
}