Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: ObservationTumorMarkerTestExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "tumor-marker-test",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-tumor-marker-test"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"tumor-marker-test\"> </a><a name=\"hctumor-marker-test\"> </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 &quot;tumor-marker-test&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-tumor-marker-test.html\">Fujitsu Observation Tumor Marker Test Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: HER2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-observation-labresult-code-cs.html\">JP Core Observation LabResult Code CodeSystem</a>#5D590000002302301 &quot;HER2蛋白(血清.エンザイムイムノアッセイ(EIA).定量値)&quot;; <a href=\"https://loinc.org/\">LOINC</a>#48676-1 &quot;HER2 [Interpretation] in Tissue&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>effective</b>: 2018-03-10</p><p><b>value</b>: Negative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6577-6)</span></p><p><b>specimen</b>: <a name=\"hcspecimen\"> </a></p><blockquote><p/><p><a name=\"specimen\"> </a></p><p><a name=\"hcspecimen\"> </a></p><p><b>type</b>: 血清 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-JLAC10-Specimen.html\">JLAC10 Specimen Codes</a>#023)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Specimen #specimen</b><a name=\"specimen\"> </a><a name=\"hcspecimen\"> </a></p><p><b>type</b>: 血清 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-JLAC10-Specimen.html\">JLAC10 Specimen Codes</a>#023)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Specimen",
      "id" : "specimen",
      "meta" : {
        "profile" : [
          🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-specimen"
        ]
      },
      "type" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/Common/CodeSystem/specimen-codes",
            "code" : "023",
            "display" : "血清"
          }
        ],
        "text" : "血清"
      },
      "subject" : {
        🔗 "reference" : "Patient/p001"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.392.200119.4.504",
        "code" : "5D590000002302301",
        "display" : "HER2蛋白(血清.エンザイムイムノアッセイ(EIA).定量値)"
      },
      {
        "system" : "http://loinc.org",
        "code" : "48676-1",
        "display" : "HER2 [Interpretation] in Tissue"
      }
    ],
    "text" : "HER2"
  },
  "subject" : {
    🔗 "reference" : "Patient/p001"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e001"
  },
  "effectiveDateTime" : "2018-03-10",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA6577-6",
        "display" : "Negative"
      }
    ]
  },
  "specimen" : {
    "reference" : "#specimen"
  }
}