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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeObservation
IdObservation-ObservationBloodtypeTCMCR-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#21847-9)

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

自述血型:AB+

就醫事件Encounter/EncounterTCMCR-min


Source1

{
  "resourceType": "Observation",
  "id": "ObservationBloodtypeTCMCR-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/PatientTCMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterTCMCR-min"
  },
  "effectiveDateTime": "2010-10-10T17:30:00-05:00",
  "valueCodeableConcept": {
    "text": "AB+"
  }
}