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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergyintolerance-example.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 allergyintolerance-example

clinicalStatus: Active

verificationStatus: Unconfirmed

category: Medication

criticality: Unable to Assess Risk

code: Nitrilase

patient: abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example)

recordedDate: 2024-04-11 12:14:05-0500

Reactions

-ManifestationDescription
*N&VN&V

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyintolerance-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-allergyintolerance-1.1.0"
    ]
  },
  "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": "unconfirmed",
        "display": "Unconfirmed"
      }
    ]
  },
  "category": [
    "medication"
  ],
  "criticality": "unable-to-assess",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "498001",
        "display": "Nitrilase"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-example"
  },
  "recordedDate": "2024-04-11T12:14:05-05:00",
  "reaction": [
    {
      "manifestation": [
        {
          "text": "N&V"
        }
      ],
      "description": "N&V"
    }
  ]
}