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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-post-event-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 post-event-example-1

Profile: Post Event

Post event type ID relationship: Basic Clinical post-transplant event

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

Event onset date: 2024-05-10

Event end date: 2024-05-16

Event description: Hospitalization due to bacterial cholangitis treated with IV antibiotics.

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/post-event-id/PE0001

code: Post-transplant event


Source1

{
  "resourceType": "Basic",
  "id": "post-event-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-type-ref",
      "valueReference": {
        "reference": "Basic/post-event-type-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-patient-ref",
      "valueReference": {
        "reference": "Patient/ExamplePatientTransplant1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-onset-date",
      "valueDate": "2024-05-10"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-end-date",
      "valueDate": "2024-05-16"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/post-event-description",
      "valueString": "Hospitalization due to bacterial cholangitis treated with IV antibiotics."
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/post-event-id",
      "value": "PE0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/post-event-type-code",
        "code": "event",
        "display": "Post-transplant event"
      }
    ]
  }
}