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" : "Covid19ResultExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-covid19-result"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Covid19ResultExample01</b></p><a name=\"Covid19ResultExample01\"> </a><a name=\"hcCovid19ResultExample01\"> </a><a name=\"Covid19ResultExample01-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-profile-covid19-result.html\">核酸检测结果结构定义</a></p></div><p><b>status</b>: Final</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\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Encounter: status = completed; class = field; type = 检查检验; actualPeriod = 2022-05-20 18:45:50+0800 --> (ongoing)</a></p><p><b>issued</b>: 2022-05-20 16:45:50+0800</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner 赵勇(official)</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\">Specimen: identifier = SP235603; status = available; type = 咽拭子; receivedTime = 2022-05-20 18:45:50+0800</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"
}
}