FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-blood-pressure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation blood-pressure
version: 7; Last updated: 2021-07-16 00:39:05+0000;
Information Source: #YrIfFDp7xvjljto4
Profile: US Core Blood Pressure Profile
identifier: URI/urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281
basedOn: Identifier: https://acme.org/identifiers/1234
status: Final
category: Vital Signs
code: Blood pressure systolic & diastolic
subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))
effective: 2020-02-14
component
code: Systolic blood pressure
value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "blood-pressure",
"meta": {
"versionId": "7",
"lastUpdated": "2021-07-16T00:39:05.230+00:00",
"source": "#YrIfFDp7xvjljto4",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281"
}
],
"basedOn": [
{
"identifier": {
"system": "https://acme.org/identifiers",
"value": "1234"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "Blood pressure systolic & diastolic"
},
"subject": {
"reference": "Patient/example-dental"
},
"effectiveDateTime": "2020-02-14",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
},
{
"system": "http://snomed.info/sct",
"code": "271649006",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}