FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Observation |
| Id | Observation-jp-observation-bodyMeasurement-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "jp-observation-bodyMeasurement-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_BodyMeasurement"
]
},
"category": [
{
"coding": [
{
"code": "weight",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCategory_CS"
}
]
}
],
"subject": {
"reference": "Patient/jp-patient-example-1"
},
"code": {
"coding": [
{
"code": "abc-local-456",
"system": "http://abc-hospital.local/fhir/Observation/localcode"
},
{
"code": "31000296",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCode_CS"
}
]
},
"effectiveDateTime": "2021-10-19T10:00:00+09:00",
"valueQuantity": {
"unit": "kg",
"value": 63.5
},
"status": "final",
"encounter": {
"reference": "Encounter/jp-encounter-example-1"
}
}