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

FHIR IG analytics

Packageee.fhir.vris
Resource TypeMedicationAdministration
IdMedicationAdministration-medicationAdministrationFollitropin1.json
FHIR VersionR5

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: MedicationAdministration medicationAdministrationFollitropin1

basedOn: CarePlan IVF tsükkel #1 Märts 2025

status: Completed

category: Outpatient medication administration

Medications

-Concept
*Gonal-F

subject: Leena Lööve (official) Female, DoB: 1983-01-11 ( https://fhir.ee/sid/pid/est/ni#38301105216)

occurence: 2025-03-18 08:30:00+0200

recorded: 2025-03-18 08:35:00+0200

performer

function: Nurse

Actors

-Reference
*PractitionerRole: identifier = https://fhir.ee/sid/pro/est/pho#D99876; period = 2008-01-01 --> (ongoing)

Reasons

-Concept
*Controlled ovarian stimulation

note:

Stimulatsiooni 5. päev. Patsient talub ravimit hästi.

Dosages

-TextRouteDose
*150 IU subkutaanselt kord päevasSubcutaneous route150 IU (Details: UCUM code[iU] = '[iU]')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medicationAdministrationFollitropin1",
  "meta": {
    "profile": [
      "https://fhir.ee/vris/StructureDefinition/ee-vris-medication-administration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "CarePlan/carePlanIvfCycle2025"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "TODO",
          "display": "Outpatient medication administration"
        }
      ]
    }
  ],
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "https://fhir.ee/CodeSystem/atc-ee",
          "code": "G03GA05",
          "display": "Gonal-F"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/patientFemale"
  },
  "occurenceDateTime": "2025-03-18T08:30:00+02:00",
  "recorded": "2025-03-18T08:35:00+02:00",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "TODO",
            "display": "Nurse"
          }
        ]
      },
      "actor": {
        "reference": {
          "reference": "PractitionerRole/practitionerrole-doctor"
        }
      }
    }
  ],
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "732970000",
            "display": "Controlled ovarian stimulation"
          }
        ]
      }
    }
  ],
  "note": [
    {
      "text": "Stimulatsiooni 5. päev. Patsient talub ravimit hästi."
    }
  ],
  "dosage": {
    "text": "150 IU subkutaanselt kord päevas",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "34206005",
          "display": "Subcutaneous route"
        }
      ]
    },
    "dose": {
      "value": 150,
      "unit": "IU",
      "system": "http://unitsofmeasure.org",
      "code": "[iU]"
    }
  }
}