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

FHIR IG analytics

Packageca.infoway.io.psca
Resource TypeAllergyIntolerance
IdAllergyIntolerance-freeText-allergy-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

Resource "freeText-allergy-example"

Profile: Allergy Intolerance (PS-CA)

Condition abatement date: 2010-01-01

clinicalStatus: Resolved (AllergyIntolerance Clinical Status Codes#resolved)

verificationStatus: Confirmed (AllergyIntolerance Verification Status#confirmed)

type: allergy

category: food

criticality: low

code: Allergic to fresh fish. Tolerates canned fish ()

patient: Patient/patient1-example: Donald Duck " DONALD"

onset: 2008-01-10

asserter: Patient/patient1-example: Donald Duck " DONALD"


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "freeText-allergy-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips",
      "valueDateTime": "2010"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "resolved"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "low",
  "code": {
    "text": "Allergic to fresh fish. Tolerates canned fish"
  },
  "patient": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  },
  "onsetDateTime": "2008-01-10",
  "asserter": {
    "reference": "Patient/patient1-example",
    "display": "Donald Duck"
  }
}