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

FHIR IG analytics

Packageihe.palm.rpc
Resource TypeObservation
IdObservation-PathGleason.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

Generated Narrative: Observation

Resource Observation "PathGleason"

status: final

code: Gleason score (SNOMED CT#372278000)

subject: Patient/q201: Bibata Amadou

performer: Practitioner/pathpract1: Luigi Maas

value: Score 7 (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#16811)

bodySite: Structure of posterior surface of prostate (SNOMED CT#5026003)


Source1

{
  "resourceType": "Observation",
  "id": "PathGleason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372278000",
        "display": "Gleason score"
      }
    ]
  },
  "subject": {
    "reference": "Patient/q201",
    "display": "Bibata Amadou"
  },
  "performer": [
    {
      "reference": "Practitioner/pathpract1",
      "display": "Luigi Maas"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "16811",
        "display": "Score 7"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "5026003",
        "display": "Structure of posterior surface of prostate"
      }
    ]
  }
}