HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 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

: ObservationSymptomsDuration - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ObservationSymptomsDuration",
  "meta" : {
    "profile" : [
      "https://ehr.testing.p5.pt/api/fhir/StructureDefinition/ObservationSymptomDuration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationSymptomsDuration</b></p><a name=\"ObservationSymptomsDuration\"> </a><a name=\"hcObservationSymptomsDuration\"> </a><a name=\"ObservationSymptomsDuration-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://loinc.org 64748-7}\">Symptoms duration</span></p><p><b>encounter</b>: <a href=\"Encounter-EncounterFirst.html\">Encounter: status = finished; class = Emergency (ActCode#EMER); type = </a></p><p><b>value</b>: 2 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>bodySite</b>: <span title=\"Codes:{https://ehr.testing.p5.pt/api/fhir/ValueSet/bodySiteVS 6}\">Head</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "64748-7",
        "display" : "Symptoms duration"
      }
    ],
    "text" : "Symptoms duration"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterFirst"
  },
  "valueQuantity" : {
    "value" : 2,
    "unit" : "days",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "https://ehr.testing.p5.pt/api/fhir/ValueSet/bodySiteVS",
        "code" : "6",
        "display" : "Head"
      }
    ],
    "text" : "Head"
  }
}