HL7 FHIR JP Core ImplementationGuide
1.1.0 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.0). See the Directory of published versions

: JP Core Observation SocialHistory Example 社会的背景(喫煙) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "jp-observation-socialhistory-example-1",
  "meta" : {
    "profile" : [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_SocialHistory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"jp-observation-socialhistory-example-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation \"jp-observation-socialhistory-example-1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-observation-socialhistory.html\">JP Core Observation SocialHistory Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: ブリンクマン指数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (localcode#abc-local-456; JP_ObservationSocialHistoryCode_CS#MD0012920 \"喫煙指数\")</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</a> \" 山田\"</p><p><b>effective</b>: 2021-10-19 10:00:00+0900</p><p><b>performer</b>: <a href=\"Practitioner-jp-practitioner-example-female-2.html\">Practitioner/jp-practitioner-example-female-2</a> \" 福岡\"</p><p><b>value</b>: 400</p><blockquote><p><b>component</b></p><p><b>code</b>: 通算喫煙年数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (JP_ObservationSocialHistoryCode_CS#MD0012910)</span></p><p><b>value</b>: 20 年</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 1日の喫煙本数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (JP_ObservationSocialHistoryCode_CS#MD0012900)</span></p><p><b>value</b>: 20 本</p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://abc-hospital.local/fhir/Observation/localcode",
        "code" : "abc-local-456",
        "display" : "ブリンクマン指数"
      },
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
        "code" : "MD0012920",
        "display" : "喫煙指数"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/jp-patient-example-1"
  },
  "effectiveDateTime" : "2021-10-19T10:00:00+09:00",
  "performer" : [
    {
      "reference" : "Practitioner/jp-practitioner-example-female-2"
    }
  ],
  "valueQuantity" : {
    "value" : 400
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
            "code" : "MD0012910",
            "display" : "通算喫煙年数"
          }
        ],
        "text" : "通算喫煙年数"
      },
      "valueQuantity" : {
        "value" : 20,
        "unit" : "年"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationSocialHistoryCode_CS",
            "code" : "MD0012900",
            "display" : "1日の喫煙本数"
          }
        ],
        "text" : "1日の喫煙本数"
      },
      "valueQuantity" : {
        "value" : 20,
        "unit" : "本"
      }
    }
  ]
}