{
  "resourceType": "Observation",
  "id": "observation-gleason-systematic-sven",
  "meta": {
    "profile": [
      "https://npcr.se/fhir/StructureDefinition/npcr-gleason-score-systematic-biopsy-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Gleason score 3+3=6 from systematic biopsies (12 cores, 4 with cancer). Lower grade than targeted biopsy finding, illustrating MRI-targeted sampling value.</p></div>"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "44641-9",
        "display": "Gleason score in Prostate gland Specimen Qualitative"
      }
    ],
    "text": "Gleason score, systematic biopsy"
  },
  "subject": {
    "reference": "Patient/patient-sven",
    "display": "Sven Svensson"
  },
  "effectiveDateTime": "2024-05-22",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-gleason-observation-types",
            "code": "primaryGrade"
          }
        ]
      },
      "valueInteger": 3
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-gleason-observation-types",
            "code": "secondaryGrade"
          }
        ]
      },
      "valueInteger": 3
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-gleason-observation-types",
            "code": "gleasonSum"
          }
        ]
      },
      "valueInteger": 6
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://npcr.se/fhir/CodeSystem/npcr-gleason-observation-types",
            "code": "missingFlag"
          }
        ]
      },
      "valueBoolean": false
    }
  ]
}