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

FHIR IG analytics

Packagehl7.eu.fhir.pcsp
Resource TypeMedicationStatement
IdMedicationStatement-ChemoHulafe-1-corticosteroids.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 ChemoHulafe-1-corticosteroids

status: Not Taken

medication: CORTICOSTEROIDS FOR SYSTEMIC USE

subject: NOMBRE APELLIDO1 APELLIDO2(anonymous) Female, DoB: 2005-07-01 ( urn:oid:2.16.724.4.10.50.200#123456789 (use: official, ))

reasonReference: Condition un-encoded

Dosages

-Timing
*Once

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ChemoHulafe-1-corticosteroids",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationStatement-eu-pcsp"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "not-taken",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "H02",
        "display": "CORTICOSTEROIDS FOR SYSTEMIC USE"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientHulafe-1",
    "type": "Patient"
  },
  "reasonReference": [
    {
      "reference": "Condition/PrimaryCancerHulafe-1"
    }
  ],
  "dosage": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 4,
            "comparator": ">",
            "unit": "w",
            "system": "http://unitsofmeasure.org",
            "code": "w"
          }
        }
      }
    }
  ]
}