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

: DiagnosisExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "DiagnosisExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"DiagnosisExample01\"> </a><a name=\"hcDiagnosisExample01\"> </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 Condition &quot;DiagnosisExample01&quot; </p></div><p><b>clinicalStatus</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#active)</span></p><p><b>category</b>: 诊断 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: 新冠肺炎 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-icd10.html\">ICD-10</a>#J12.82 &quot;Pneumonia due to COVID-19&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter/EncounterExample01</a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "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" : "J12.82",
        "display" : "Pneumonia due to COVID-19"
      }
    ],
    "text" : "新冠肺炎"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01",
    "display" : "刘康"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample01"
  }
}