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

: Covid19ResultExample02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "Covid19ResultExample02",
  "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: Observation</b><a name=\"Covid19ResultExample02\"> </a><a name=\"hcCovid19ResultExample02\"> </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 Observation &quot;Covid19ResultExample02&quot; </p><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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (observation-category#laboratory)</span></p><p><b>code</b>: 新冠核酸 样本 探针检测 ORF1ab域[Pr] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#94639-2)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Encounter/Covid19EncounterExample01</a></p><p><b>issued</b>: 2022年5月20日 下午4:45:50</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</a> &quot; 赵&quot;</p><p><b>value</b>: 未检测到 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#260415000)</span></p><p><b>method</b>: 实时荧光定量PCR/qRT-PCR <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#871560001)</span></p><p><b>specimen</b>: <a href=\"Specimen-Covid19SpecimenExample01.html\">Specimen/Covid19SpecimenExample01</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" : "94639-2",
        "display" : "新冠核酸 样本 探针检测 ORF1ab域[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"
  }
}