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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeObservation
IdObservation-ObservationBloodtypeMCR-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

血型

狀態:Final ( ObservationStatus#final)

項目:ABO and Rh group [Type] in Blood ( LOINCCodes#882-1)

病人Patient/PatientMCR-min "張睿寧"

自述血型:A+

就醫事件Encounter/EncounterMCR-min


Source1

{
  "resourceType": "Observation",
  "id": "ObservationBloodtypeMCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationbloodtype-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "882-1",
        "display": "ABO and Rh group [Type] in Blood"
      }
    ],
    "text": "ABO and Rh group [Type] in Blood"
  },
  "subject": {
    "reference": "Patient/PatientMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterMCR-min"
  },
  "valueCodeableConcept": {
    "text": "A+"
  }
}