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

: ConditionExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ConditionExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ConditionExample01</b></p><a name=\"ConditionExample01\"> </a><a name=\"hcConditionExample01\"> </a><a name=\"ConditionExample01-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R18}\">无力</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 10013000}\">右侧膝关节外侧半月板</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</a></p><p><b>onset</b>: 2022-02-20 18:45:50+0800 --&gt; (ongoing)</p><p><b>recordedDate</b>: 2022-05-20 18:45:50+0800</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "R18",
        "display" : "无力"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "10013000",
          "display" : "Lateral meniscus of knee joint"
        }
      ],
      "text" : "右侧膝关节外侧半月板"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01",
    "display" : "刘康"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample01"
  },
  "onsetPeriod" : {
    "start" : "2022-02-20T18:45:50+08:00"
  },
  "recordedDate" : "2022-05-20T18:45:50+08:00"
}