{
  "resourceType": "Observation",
  "id": "observation-biopsyresults-systematic-sven",
  "meta": {
    "profile": [
      "https://npcr.se/fhir/StructureDefinition/npcr-biopsy-results-systematic-biopsy-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Systematic biopsy metrics: 12 cores total, 4 with cancer. Total cancer length 22 mm; total biopsy length 160 mm.</p></div>"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "395075003",
        "display": "Histopathology examination"
      }
    ],
    "text": "Systematic biopsy results"
  },
  "subject": {
    "reference": "Patient/patient-sven",
    "display": "Sven Svensson"
  },
  "effectiveDateTime": "2024-05-22",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "coresCount"
          }
        ]
      },
      "valueInteger": 12
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "coresCountMissing"
          }
        ]
      },
      "valueBoolean": false
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "coresWithCancerCount"
          }
        ]
      },
      "valueInteger": 4
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "coresWithCancerMissing"
          }
        ]
      },
      "valueBoolean": false
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "totalCancerMm"
          }
        ]
      },
      "valueQuantity": {
        "value": 22,
        "unit": "mm",
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "totalCancerMmMissing"
          }
        ]
      },
      "valueBoolean": false
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "totalBiopsyLength"
          }
        ]
      },
      "valueQuantity": {
        "value": 160,
        "unit": "mm",
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-biopsy-results-observation-types",
            "code": "totalBiopsyLengthMissing"
          }
        ]
      },
      "valueBoolean": false
    }
  ]
}