HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1 International flag

HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: Exemplo Condition - Dor Ocular - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "exemplo-condition-dor-ocular",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/condition-diagnosis"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition exemplo-condition-dor-ocular</b></p><a name=\"exemplo-condition-dor-ocular\"> </a><a name=\"hcexemplo-condition-dor-ocular\"> </a><a name=\"exemplo-condition-dor-ocular-en-US\"> </a><p><b>com/fhir/example/StructureDefinition/probability</b>: 84.03</p><p><b>code</b>: <span title=\"Codes:{https://ehr.p5.pt/terminology/CodeSystem/conditions 94}, {http://snomed.info/sct 41652007}, {http://hl7.org/fhir/sid/icd-10 H57.1}, {http://ehr.p5.pt/terminology/icpc2 F01}\">Eye pain</span></p><p><b>subject</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe  Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href=\"Encounter-exemplo-encounter-ia-registo.html\">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Algoritmo de Inteligência Artificial; period = 2024-11-18 19:20:00+0000 --&gt; 2024-11-18 19:20:00+0000</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://example.com/fhir/example/StructureDefinition/probability",
      "valueDecimal" : 84.03
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://ehr.p5.pt/terminology/CodeSystem/conditions",
        "code" : "94",
        "display" : "Eye pain"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "41652007",
        "display" : "Pain in eye (finding)"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "H57.1",
        "display" : "Ocular pain"
      },
      {
        "system" : "http://ehr.p5.pt/terminology/icpc2",
        "code" : "F01",
        "display" : "Eye pain"
      }
    ],
    "text" : "Eye pain"
  },
  "subject" : {
    🔗 "reference" : "Patient/exemplo-patient-1"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/exemplo-encounter-ia-registo"
  }
}