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

FHIR IG analytics

Packagejp-core.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-jp-allergyintolerance-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "jp-allergyintolerance-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_AllergyIntolerance"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS",
        "code": "J9FA15000016",
        "display": "小麦粉"
      }
    ],
    "text": "こむぎこ"
  },
  "patient": {
    "reference": "Patient/jp-patient-example-1",
    "display": "山田 太郎"
  },
  "onsetDateTime": "2022-08-01",
  "recordedDate": "2022-08-03",
  "reaction": [
    {
      "manifestation": [
        {
          "text": "じん麻疹"
        }
      ],
      "severity": "moderate"
    }
  ]
}