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

FHIR IG analytics

Packagehl7.eu.fhir.pcsp
Resource TypeObservation
IdObservation-ChemoHulafe-1-Ciclofosfamide-dose.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: Observation ChemoHulafe-1-Ciclofosfamide-dose

status: Final

code: Cumulative dose received by a patient for a specific drug.

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

value: 3000 mg/m2 (Details: UCUM codemg/m2 = 'mg/m2')

method: Calculation technique


Source1

{
  "resourceType": "Observation",
  "id": "ChemoHulafe-1-Ciclofosfamide-dose",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-cumulativeDoseChemo-eu-pcsp"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp",
        "code": "cumulativeDose"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientHulafe-1",
    "type": "Patient"
  },
  "valueQuantity": {
    "value": 3000,
    "unit": "mg/m2",
    "system": "http://unitsofmeasure.org",
    "code": "mg/m2"
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "702873001",
        "display": "Calculation technique"
      }
    ]
  }
}