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

FHIR IG analytics

Packagech.fhir.ig.ch-ips
Resource TypeAllergyIntolerance
IdAllergyIntolerance-27da84cc-526a-4098-afb5-f08c7836d893.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

Generated Narrative: AllergyIntolerance 27da84cc-526a-4098-afb5-f08c7836d893

clinicalStatus: Active

verificationStatus: Confirmed

code: No known allergy (situation)

patient: Monika Wegmüller

recordedDate: 2024-04-26

recorder: Martina Meier @ Spital


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "27da84cc-526a-4098-afb5-f08c7836d893",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "716186003",
        "display": "No known allergy (situation)"
      }
    ]
  },
  "patient": {
    "reference": "urn:uuid:8383926c-ece1-4384-94bc-b4250b4cb71b",
    "type": "Patient",
    "display": "Monika Wegmüller"
  },
  "recordedDate": "2024-04-26",
  "recorder": {
    "reference": "urn:uuid:869a4dd9-3a4a-4838-ad1e-42453d341147",
    "type": "PractitionerRole",
    "display": "Martina Meier @ Spital"
  }
}