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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "clinicalStatus": {
    "coding": [
      {
        "code": "active",
        "display": "Active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "code": "V08CA",
        "display": "PARAMAGNETISCHE CONTRASTMIDDELEN",
        "system": "http://www.whocc.no/atc"
      }
    ],
    "text": "Contraststoffen, paramagnetisch (MR)"
  },
  "encounter": {
    "reference": "Encounter/CT-132884332"
  },
  "id": "JP-38761454",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/probleemJournaal/jpNr",
      "use": "usual",
      "value": "38761454"
    }
  ],
  "meta": {
    "lastUpdated": "2021-11-09T14:42:39.176346+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAllergyIntolerance"
    ]
  },
  "onsetDateTime": "2021-03-18T00:00:00+01:00",
  "patient": {
    "reference": "Patient/TLU7DAK3RC35"
  },
  "reaction": [
    {
      "description": "Ultravist",
      "manifestation": [
        {
          "coding": [
            {
              "code": "anafylShock",
              "display": "Anafylactische shock",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/probleemJournaal/text/allergieReactie"
            }
          ]
        }
      ]
    },
    {
      "description": "ergerg",
      "manifestation": [
        {
          "coding": [
            {
              "code": "rash",
              "display": "Uitslag",
              "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/probleemJournaal/text/allergieReactie"
            }
          ]
        }
      ],
      "onset": "2021-06-01T00:00:00+02:00"
    }
  ],
  "resourceType": "AllergyIntolerance"
}