FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesnomed-ig
Resource TypeObservation
IdObservation-AllergyObservationExample1-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation AllergyObservationExample1-1

status: Final

category: Exam

code: Skin exam

value: Hives

bodySite: Skin, generalized


Source1

{
  "resourceType": "Observation",
  "id": "AllergyObservationExample1-1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "271303006",
        "display": "Examination of skin (procedure)"
      }
    ],
    "text": "Skin exam"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "247472004",
        "display": "Wheal (finding)"
      }
    ],
    "text": "Hives"
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "39937001",
        "display": "Skin structure (body structure)"
      }
    ],
    "text": "Skin, generalized"
  }
}