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

FHIR IG analytics

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