FHIR IG analytics| Package | hl7.eu.fhir.idea4rc |
| Resource Type | Observation |
| Id | Observation-observation-id-35.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-id-35
Profile: Observation: test results
status: Final
code: C reactive protein [Presence] in Serum or Plasma
subject: Anonymous Patient Male, DoB: 1968-01-01
value: Positive
{
"resourceType": "Observation",
"id": "observation-id-35",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/observation-testResult-eu-i4rc"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://fhir.ohdsi.org/CodeSystem/concepts",
"code": "3000965",
"display": "C reactive protein [Presence] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-id-17"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.ohdsi.org/CodeSystem/concepts",
"code": "9191",
"display": "Positive"
}
]
}
}