FHIR IG analytics| Package | healthhub.fhir |
| Resource Type | Observation |
| Id | systoliskBlodtryk.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "systoliskBlodtryk",
"meta": {
"profile": [
"https://healthhub.dk/fhir/StructureDefinition/healthhub-clinical-chemistry-and-immunology"
]
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.4",
"value": "123456"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "urn:oid:1.2.208.176.2.1",
"code": "DNK05472",
"display": "Arm—Blodtryk(systolisk); tryk = ? mmHg"
}
]
},
"subject": {
"reference": "patient/2512489996"
},
"effectiveDateTime": "2022-09-12T17:45:00.000Z",
"issued": "2023-09-12T17:45:00+00:00",
"performer": [
{
"reference": "practitioner/0101010101",
"identifier": {
"system": "urn:oid:1.2.208.176.1.2",
"value": "0101010101"
}
}
],
"valueQuantity": {
"value": 150,
"unit": "mmHg"
}
}