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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4
Resource TypeObservation
IdObservation-pathology-suppressed-data.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 pathology-suppressed-data

status: Final

category: Laboratory

code: Masked

subject: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)

effective: 2020-04-22 19:20:00+0200

performer: Organization Someplace General Hospital

dataAbsentReason: Masked


Source1

{
  "resourceType": "Observation",
  "id": "pathology-suppressed-data",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "masked"
      }
    ]
  },
  "subject": {
    "reference": "Patient/eumfh-39-07"
  },
  "effectiveDateTime": "2020-04-22T19:20:00+02:00",
  "performer": [
    {
      "reference": "Organization/TII-Organization1"
    }
  ],
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "masked"
      }
    ]
  }
}