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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceTCMCR-min.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

過敏或不耐症

臨床狀態:Active ( AllergyIntoleranceClinicalStatusCodes#active)

過敏或不耐症的識別:Penicillin

病人Patient/PatientTCMCR-min "陳美真"

就醫事件Encounter/EncounterTCMCR-min


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyIntoleranceTCMCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/allergyintolerance-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ],
    "text": "Active"
  },
  "code": {
    "text": "Penicillin"
  },
  "patient": {
    "reference": "Patient/PatientTCMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterTCMCR-min"
  }
}