FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeObservation
IdObservation-jp-observation-physicalexam-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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": "圧痛あり"
    }
  ]
}