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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeMedication
IdMedication-MedAspirin.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: Medication MedAspirin

code: Aspirin (Filmtabl 100 mg)

form: Filmtablette

Ingredients

-Item[x]
*Acetylsalicylic acid

Source1

{
  "resourceType": "Medication",
  "id": "MedAspirin",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "B01AC06",
        "display": "Acetylsalicylic acid"
      }
    ],
    "text": "Aspirin (Filmtabl 100 mg)"
  },
  "form": {
    "coding": [
      {
        "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
        "code": "10221000",
        "display": "Filmtablette"
      }
    ],
    "text": "Filmtablette"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "387458008",
            "display": "Aspirin (substance)"
          }
        ],
        "text": "Acetylsalicylic acid"
      }
    }
  ]
}