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

FHIR IG analytics

Packagehl7.eu.fhir.pcsp
Resource TypeObservation
IdObservation-ObservationCBloodSCT-1-1.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: Observation

Resource Observation "ObservationCBloodSCT-1-1"

Profile: Observation: Blood type/RH

partOf: Procedure/ProcedureSTC-1

status: final

code: ABO and Rh group panel - Blood (LOINC#34530-6)

subject: Patient/PatientMainzZeisig " ZEISIG"

effective: Code: Before procedure

component

code: ABO group [Type] in Blood (LOINC#883-9)

value: Group A (LOINC#LA19710-5; SNOMED CT#112144000 "Blood group A")

component

code: Rh [Type] in Blood (LOINC#10331-7)

value: Positive (LOINC#LA6576-8; SNOMED CT#10828004)


Source1

{
  "resourceType": "Observation",
  "id": "ObservationCBloodSCT-1-1",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/ProcedureSTC-1"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "34530-6",
        "display": "ABO and Rh group panel - Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientMainzZeisig"
  },
  "effectiveTiming": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp",
          "code": "before-procedure",
          "display": "Before procedure"
        }
      ]
    }
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "883-9",
            "display": "ABO group [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA19710-5",
            "display": "Group A"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "112144000",
            "display": "Blood group A"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "10331-7",
            "display": "Rh [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA6576-8",
            "display": "Positive"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "10828004",
            "display": "Positive"
          }
        ]
      }
    }
  ]
}