FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageactnow.canshare.co.nz
Resource TypeObservation
IdObservation-ExObservationGleason.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Gleason score

Source1

{
  "resourceType": "Observation",
  "id": "ExObservationGleason",
  "meta": {
    "profile": [
      "http://canshare.co.nz/fhir/StructureDefinition/an-gleason"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct/21000210109",
        "code": "372278000",
        "display": "Gleason score (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/exPatient"
  },
  "effectiveDateTime": "2020-01-01",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct/21000210109",
            "code": "384994009"
          }
        ]
      }
    }
  ]
}