FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExamplePatientRh1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExamplePatientRh1
Profile: Rh factor observation
status: Final
category: Laboratory
code: Rh [Type] in Blood
effective: 2025-01-10
value: Rh positive
{
"resourceType": "Observation",
"id": "ExamplePatientRh1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-rh-factor-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10331-7",
"display": "Rh [Type] in Blood"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"effectiveDateTime": "2025-01-10",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-rh-factor",
"code": "positive",
"display": "Rh positive"
}
]
}
}