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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeAllergyIntolerance
IdAllergyIntolerance-11-4-AllergyIntolerance.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 11-4-AllergyIntolerance

identifier: Uniform Resource Identifier (URI)/urn:uuid:36b26038-a43e-4319-9c2e-0fdad5b8f06e

clinicalStatus: Active

verificationStatus: Confirmed

code: Atopic dermatitis (disorder)

patient: Monika Wegmueller Female, DoB: 1967-03-10 ( Medical record number)

recordedDate: 1996-07-11 00:00:00+0200

recorder: PractitionerRole


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "11-4-AllergyIntolerance",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-allergyintolerances"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:36b26038-a43e-4319-9c2e-0fdad5b8f06e"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "24079001",
        "display": "Atopic dermatitis (disorder)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/3-2-Patient"
  },
  "recordedDate": "1996-07-11T00:00:00+02:00",
  "recorder": {
    "reference": "PractitionerRole/6-4-PractitionerRole"
  }
}