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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeAllergyIntolerance
Idnl-core-AllergyIntolerance-01.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

Allergie/intolerantie. Patiƫnt: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Categorie: biologisch materiaal, Status: Entered in Error
CodeBijengif
Eerste symptomen8 november 2008
Meest recente voorkomen15 november 2009
Reactie
  • 11:35:00, 15 november 2008 ernstig
    Misselijkheid en braken
    sterke misselijkheid en veel braken

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "nl-core-AllergyIntolerance-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-AllergyIntolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "entered-in-error",
        "display": "Entered in Error"
      }
    ]
  },
  "category": [
    "biologic"
  ],
  "_category": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419199007",
                "display": "Allergie voor substantie"
              }
            ]
          }
        }
      ]
    }
  ],
  "criticality": "high",
  "_criticality": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "24484000",
              "display": "Ernstig"
            }
          ]
        }
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "288328004",
        "display": "Bijengif"
      }
    ]
  },
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "onsetDateTime": "2008-11-08",
  "lastOccurrence": "2009-11-15",
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "288328004",
            "display": "Bijengif"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "16932000",
              "display": "Misselijkheid en braken"
            }
          ]
        }
      ],
      "description": "sterke misselijkheid en veel braken",
      "onset": "2008-11-15T11:35:00+01:00",
      "severity": "severe"
    }
  ]
}