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-02.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: medicatie, Status: Active
test toelichting
CodePenicilline
Eerste symptomen1 januari 1995
Meest recente voorkomen2 juni 1998
Reactie
  • 2 juni 1998 matig
    Exantheem
    rode huiduitslag op armen

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "nl-core-AllergyIntolerance-02",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-AllergyIntolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "_category": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "419511003",
                "display": "Neiging tot ongewenste reactie op geneesmiddel"
              }
            ]
          }
        }
      ]
    }
  ],
  "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": "764146007",
        "display": "Penicilline"
      }
    ]
  },
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "onsetDateTime": "1995-01-01",
  "lastOccurrence": "1998-06-02",
  "note": [
    {
      "text": "test toelichting"
    }
  ],
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "764146007",
            "display": "Penicilline"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Exantheem"
            }
          ]
        }
      ],
      "description": "rode huiduitslag op armen",
      "onset": "1998-06-02",
      "severity": "moderate"
    }
  ]
}