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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-outcome-example-1.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: Basic outcome-example-1

Profile: Outcome

Outcome type ID relationship: Basic Clinical outcome type

Patient ID relationship: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

Outcome date: 2024-06-01

Pre-medication ID relationship: Basic Pre-transplant medication record

Clinical variable ID relationship: Basic Vital signs

Concomitant episode ID relationship: Basic Concomitant disease episode

Microbiology ID relationship: Observation Microbiology studies (set)

Patient instrumental investigation ID relationship: Observation

Lab test ID relationship: Basic Chemistry lab test

Post event ID relationship: Basic Post-transplant event

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/outcome-id/OUT0001

code: Clinical outcome


Source1

{
  "resourceType": "Basic",
  "id": "outcome-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-type-ref",
      "valueReference": {
        "reference": "Basic/outcome-type-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-patient-ref",
      "valueReference": {
        "reference": "Patient/ExamplePatientTransplant1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-date",
      "valueDate": "2024-06-01"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-pre-medication-ref",
      "valueReference": {
        "reference": "Basic/pre-medication-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-clinical-variable-ref",
      "valueReference": {
        "reference": "Basic/clinical-variable-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-concomitant-episode-ref",
      "valueReference": {
        "reference": "Basic/concomitant-episode-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-microbiology-ref",
      "valueReference": {
        "reference": "Observation/microbiology-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-patient-instrumental-investigation-ref",
      "valueReference": {
        "reference": "Observation/patient-instrumental-investigation-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-lab-test-ref",
      "valueReference": {
        "reference": "Basic/lab-test-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/outcome-post-event-ref",
      "valueReference": {
        "reference": "Basic/post-event-example-1"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/outcome-id",
      "value": "OUT0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/outcome-type-code",
        "code": "clinical",
        "display": "Clinical outcome"
      }
    ]
  }
}