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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergy-1.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 allergy-1

identifier: http://example.org/hospital/allergy-intolerances/allergy-1

clinicalStatus: Active

verificationStatus: Confirmed

code: žádné známé alergie

patient: Mračena

onset: Absent because : unknown


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergy-1",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-allergyIntolerance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/hospital/allergy-intolerances",
      "value": "allergy-1"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
        "code": "no-known-allergies",
        "display": "žádné známé alergie"
      }
    ]
  },
  "patient": {
    "reference": "Patient/Mracena",
    "display": "Mračena"
  },
  "_onsetDateTime": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  }
}