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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeMedicationStatement
IdMedicationStatement-ImmPatMaintenanceExample1.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: MedicationStatement ImmPatMaintenanceExample1

identifier: ProtectChildImmPatId/IMMPAT-MAIN-001

status: Active

category: Maintenance

medication: Medication Steroid (methylprednisolone)

subject: Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

context: Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (ActCode#AMB); type = 1 month visit; period = 2023-09-15 --> (ongoing)

effective: 2023-09-15 --> (ongoing)

dosage

DoseAndRates

-Dose[x]
*0.1 mg/kg (Details: UCUM codemg.kg-1 = 'mg.kg-1')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ImmPatMaintenanceExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/imm-pat"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/imm-pat-id",
      "value": "IMMPAT-MAIN-001"
    }
  ],
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase-cs",
        "code": "maintenance",
        "display": "Maintenance"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/ImmunosuppressantExample1"
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "context": {
    "reference": "Encounter/VisitExample1"
  },
  "effectivePeriod": {
    "start": "2023-09-15"
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0.1,
            "unit": "mg/kg",
            "system": "http://unitsofmeasure.org",
            "code": "mg.kg-1"
          }
        }
      ]
    }
  ]
}