FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Observation |
| Id | Observation-jp-observation-vitalsigns-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "jp-observation-vitalsigns-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns"
]
},
"category": [
{
"coding": [
{
"code": "respiratory-function",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS",
"display": "呼吸機能"
}
]
}
],
"subject": {
"reference": "Patient/jp-patient-example-1"
},
"code": {
"coding": [
{
"code": "abc-local-456",
"system": "http://abc-hospital.local/fhir/Observation/localcode",
"display": "呼吸数"
},
{
"code": "9279-1",
"system": "http://loinc.org",
"display": "Respiratory rate"
},
{
"code": "31001369",
"system": "urn:oid:1.2.392.200119.4.804",
"display": "呼吸数"
}
]
},
"effectiveDateTime": "2021-10-19T10:00:00+09:00",
"valueQuantity": {
"unit": "回",
"value": 400
},
"performer": [
{
"reference": "Practitioner/jp-practitioner-example-male-2"
}
],
"status": "final",
"encounter": {
"reference": "Encounter/jp-encounter-example-1"
}
}