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

FHIR IG analytics

Packagemedmij.bglz.stu3
Resource TypeAllergyIntolerance
Idxxx-Molog-AllergyIntolerance-bglz-test-1-3.json
FHIR VersionR3

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

Allergie/intolerantie. Patiƫnt: Maria XXX_Molog / bevestigd
betreft zowel gekookte als rauwe selderij
Code selderij
Eerste symptomen 2015-05-15
Reactie
  • Misselijk en braken
    Misselijkheid en braken

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntolerance-bglz-1-3",
  "meta": {
    "extension": [
      {
        "url": "http://hapifhir.io/fhir/StructureDefinition/resource-meta-source",
        "valueUri": "#413adb00d2516d11"
      }
    ],
    "versionId": "1",
    "lastUpdated": "2025-05-15T02:08:24.532+00:00",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "c62ab43e-f6f0-4018-a0c9-43e344d5d00d"
    }
  ],
  "clinicalStatus": "active",
  "_clinicalStatus": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ActStatus",
              "code": "active",
              "display": "Actief"
            }
          ]
        }
      }
    ]
  },
  "verificationStatus": "confirmed",
  "criticality": "high",
  "_criticality": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "6736007",
              "display": "Matig"
            }
          ]
        }
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "256326004",
        "display": "selderij"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Patient-bglz-test-1-3",
    "display": "Maria XXX_Molog"
  },
  "onsetDateTime": "2015-05-15",
  "note": [
    {
      "text": "betreft zowel gekookte als rauwe selderij"
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "16932000",
              "display": "Misselijk en braken"
            }
          ]
        }
      ],
      "description": "Misselijkheid en braken"
    }
  ]
}