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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeMedication
IdMedication-example-medication-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "example-medication-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medication-ca-core"
    ]
  },
  "code": {
    "coding": [
      {
        "code": "373444002",
        "system": "http://snomed.info/sct",
        "display": "Atorvastatin (substance)"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "code": "385055001",
        "system": "http://snomed.info/sct",
        "display": "Tablet (basic dose form)"
      }
    ],
    "text": "Oral tablet"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "373444002",
            "system": "http://snomed.info/sct",
            "display": "Atorvastatin (substance)"
          }
        ]
      }
    }
  ]
}