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

FHIR IG analytics

Packagepc.ig
Resource TypeBasic
IdBasic-immunosuppressive-maintenance-patient-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 immunosuppressive-maintenance-patient-example-1

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

Immunosuppressant ID relationship: Basic Immunosuppressive drug

Dose of immunosuppressant: 2 mg/kg (Details: UCUM codemg.kg-1 = 'mg.kg-1')

Pre-dose drug level: 120 ng/mL (Details: UCUM codeng.mL-1 = 'ng.mL-1')

2h post-dose drug level (C2): 800 ng/mL (Details: UCUM codeng.mL-1 = 'ng.mL-1')

Area under the concentration–time curve (AUC): 4500 ng·h/mL (Details: UCUM codeng.h.mL-1 = 'ng.h.mL-1')

Start date of maintenance therapy: 2024-04-01

End date of maintenance therapy: 2024-10-01

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressive-maintenance-patient-id/IMMPAT0001

code: Immunosuppressive maintenance therapy to patient


Source1

{
  "resourceType": "Basic",
  "id": "immunosuppressive-maintenance-patient-example-1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-patient"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-patient-ref",
      "valueReference": {
        "reference": "Patient/ExamplePatientTransplant1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-immunosuppressant-ref",
      "valueReference": {
        "reference": "Basic/immunosuppressant-example-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-dose",
      "valueQuantity": {
        "value": 2,
        "unit": "mg/kg",
        "system": "http://unitsofmeasure.org",
        "code": "mg.kg-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-pre-dose-level",
      "valueQuantity": {
        "value": 120,
        "unit": "ng/mL",
        "system": "http://unitsofmeasure.org",
        "code": "ng.mL-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-csa2h-post-dose-level",
      "valueQuantity": {
        "value": 800,
        "unit": "ng/mL",
        "system": "http://unitsofmeasure.org",
        "code": "ng.mL-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-auc",
      "valueQuantity": {
        "value": 4500,
        "unit": "ng·h/mL",
        "system": "http://unitsofmeasure.org",
        "code": "ng.h.mL-1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-start-date",
      "valueDate": "2024-04-01"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/immunosuppressive-maintenance-end-date",
      "valueDate": "2024-10-01"
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/immunosuppressive-maintenance-patient-id",
      "value": "IMMPAT0001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/immunosuppressive-maintenance-type",
        "code": "maintenance-to-patient"
      }
    ],
    "text": "Immunosuppressive maintenance therapy to patient"
  }
}