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

FHIR IG analytics

Packagejp-core.r4
Resource TypeObservation
IdObservation-jp-observation-socialhistory-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-socialhistory-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_SocialHistory"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "social-history",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "code": {
    "coding": [
      {
        "code": "abc-local-456",
        "system": "http://abc-hospital.local/fhir/Observation/localcode",
        "display": "ブリンクマン指数"
      },
      {
        "code": "MD0012920",
        "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
        "display": "喫煙指数"
      }
    ]
  },
  "effectiveDateTime": "2021-10-19T10:00:00+09:00",
  "valueQuantity": {
    "value": 400
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "MD0012910",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
            "display": "通算喫煙年数"
          }
        ],
        "text": "通算喫煙年数"
      },
      "valueQuantity": {
        "unit": "年",
        "value": 20
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "MD0012900",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
            "display": "1日の喫煙本数"
          }
        ],
        "text": "1日の喫煙本数"
      },
      "valueQuantity": {
        "unit": "本",
        "value": 20
      }
    }
  ],
  "performer": [
    {
      "reference": "Practitioner/jp-practitioner-example-female-2"
    }
  ],
  "status": "final"
}