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

FHIR IG analytics

Packageihe.pcc.maps.us
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ex-Allergy-Latex.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 ex-Allergy-Latex

Profile: US Core AllergyIntolerance Profile

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

identifier: http://acme.com/ids/patients/risks/2834532

clinicalStatus: Active

verificationStatus: Confirmed

category: Environment

code: Latex

patient: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

recordedDate: 2015-08-06 15:37:31-0600

recorder: Practitioner Simone Heps (official)

asserter: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

note:

allergy is to latex


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ex-Allergy-Latex",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://acme.com/ids/patients/risks",
      "value": "2834532"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "category": [
    "environment"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "111088007"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "recordedDate": "2015-08-06T15:37:31-06:00",
  "recorder": {
    "reference": "Practitioner/ex-Practitioner"
  },
  "asserter": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "note": [
    {
      "text": "allergy is to latex"
    }
  ]
}