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

FHIR IG analytics

Packagejp-core.r4
Resource TypeObservation
IdObservation-jp-observation-bodyMeasurement-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-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"
  }
}