HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ObservationPathologyImmuno - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ObservationPathologyImmuno",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Pathology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationPathologyImmuno</b></p><a name=\"ObservationPathologyImmuno\"> </a><a name=\"hcObservationPathologyImmuno\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-observation-pathology.html\">JP Core Observation Pathology Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://loinc.org LP7839-6}\">病理</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85336-0}\">Helicobacter pylori immunohistochemistry</span></p><p><b>subject</b>: <a href=\"Patient-PatientPathologyExample.html\">太郎 田中 (official) Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#JP_local_patient_identifier_11311234567_NamingSystem#12345678)</a></p><p><b>effective</b>: 2024-01-15 15:00:00+0900</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 10828004}\">陽性</span></p><p><b>method</b>: <span title=\"Codes:\">免疫組織化学染色</span></p><p><b>specimen</b>: <a href=\"Specimen-SpecimenPathologyBiopsy.html\">Specimen: extension = A1; identifier = http://example.org/pathology/specimen-id#SP-2024-00123-A1; accessionIdentifier = http://example.org/pathology/accession-id#PATH-2024-00123; status = available; type = Tissue specimen; receivedTime = 2024-01-15 09:00:00+0900</a></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP7839-6",
          "display" : "病理"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "85336-0",
        "display" : "Helicobacter pylori immunohistochemistry"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientPathologyExample"
  },
  "effectiveDateTime" : "2024-01-15T15:00:00+09:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "10828004",
        "display" : "Positive"
      }
    ],
    "text" : "陽性"
  },
  "method" : {
    "text" : "免疫組織化学染色"
  },
  "specimen" : {
    🔗 "reference" : "Specimen/SpecimenPathologyBiopsy"
  }
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。