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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeAllergyIntolerance
Idzib-AllergyIntolerance-01.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: Johan XXX_Helleman. Id: 18e3c749-8fdf-11ec-2022-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Categorie: Allergy to substance, Status: actief / bevestigd
CodeBee venom
Eerste symptomen8 november 2008
Meest recente voorkomen15 november 2009
Reactie
  • Severe
    Nausea and vomiting

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "zib-allergyintolerance-01",
  "meta": {
    "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": "18e3c749-8fdf-11ec-2022-020000000000"
    }
  ],
  "clinicalStatus": "active",
  "_clinicalStatus": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ActStatus",
              "code": "active",
              "display": "Active"
            }
          ]
        }
      }
    ]
  },
  "verificationStatus": "confirmed",
  "category": [
    "biologic"
  ],
  "_category": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419199007",
                "display": "Allergy to substance"
              }
            ]
          }
        }
      ]
    }
  ],
  "criticality": "high",
  "_criticality": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "24484000",
              "display": "Severe"
            }
          ]
        }
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "288328004",
        "display": "Bee venom"
      }
    ]
  },
  "patient": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "onsetDateTime": "2008-11-08",
  "lastOccurrence": "2009-11-15",
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "16932000",
              "display": "Nausea and vomiting"
            }
          ]
        }
      ],
      "severity": "severe",
      "_severity": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "24484000",
                  "display": "Severe"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}