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

FHIR IG analytics

Packagejp-core.r4
Resource TypeObservation
IdObservation-jp-observation-labresult-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-labresult-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "ServiceRequest",
      "id": "jp-servicerequest-example-1",
      "status": "active",
      "intent": "original-order",
      "code": {
        "coding": [
          {
            "code": "12345678",
            "system": "http://abc-hospital.local/fhir/ObservationOrder/localcode"
          }
        ],
        "text": "尿検査"
      },
      "subject": {
        "reference": "Patient/jp-patient-example-1"
      },
      "encounter": {
        "reference": "Encounter/jp-encounter-example-1"
      },
      "occurrenceDateTime": "2021-10-10T17:39:00+09:00",
      "requester": {
        "reference": "Practitioner/jp-practitioner-example-female-1"
      },
      "performer": [
        {
          "reference": "Practitioner/jp-practitioner-example-male-2"
        }
      ]
    }
  ],
  "basedOn": [
    {
      "reference": "#jp-servicerequest-example-1"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "05104",
        "system": "http://abc-hospital.local/fhir/Observation/localcode",
        "display": "尿酸"
      },
      {
        "code": "3C020000002327101",
        "system": "urn:oid:1.2.392.200119.4.504"
      }
    ],
    "text": "検査項目コード"
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "L",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "Low"
        }
      ],
      "text": "HLマーク"
    }
  ],
  "effectiveDateTime": "2021-10-19T17:39:00+09:00",
  "status": "final",
  "referenceRange": [
    {
      "low": {
        "value": 3.7
      },
      "high": {
        "value": 7.8
      },
      "type": {
        "coding": [
          {
            "code": "normal",
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "display": "Normal Range"
          }
        ]
      }
    }
  ],
  "valueQuantity": {
    "unit": "mg/dL",
    "value": 3.5
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "performer": [
    {
      "reference": "Practitioner/jp-practitioner-example-female-1"
    }
  ],
  "specimen": {
    "reference": "Specimen/jp-specimen-example-1"
  }
}