FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Observation |
| Id | Observation-jp-observation-physicalexam-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "jp-observation-physicalexam-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_PhysicalExam"
]
},
"category": [
{
"coding": [
{
"code": "exam",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Exam"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "physical-findings",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_PhysicalExamCode_CS",
"display": "Physical Findings"
}
]
},
"subject": {
"reference": "Patient/jp-patient-example-1"
},
"encounter": {
"reference": "Encounter/jp-encounter-example-1"
},
"effectiveDateTime": "2021-07-09T17:00:00+09:00",
"valueCodeableConcept": {
"coding": [
{
"code": "Y",
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"display": "Yes"
}
]
},
"bodySite": {
"text": "下腹部"
},
"method": {
"text": "触診"
},
"component": [
{
"code": {
"coding": [
{
"code": "detailed-physical-findings",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_PhysicalExamCode_CS",
"display": "Detailed Physical Findings"
}
]
},
"valueString": "圧痛あり"
}
]
}