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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeMedication
IdMedication-ExampleOncoFAIRMedication.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: Medication ExampleOncoFAIRMedication

OncoFAIRMedicationType: principe actif

code: Ibuprofen


Source1

{
  "resourceType": "Medication",
  "id": "ExampleOncoFAIRMedication",
  "meta": {
    "profile": [
      "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medication-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-typecomposant-oncofair-codesystem",
            "code": "PRAC",
            "display": "principe actif"
          }
        ]
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387207008",
        "display": "Ibuprofen"
      }
    ]
  }
}