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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeMedicationStatement
IdMedicationStatement-medication-statement-insulin.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 medication-statement-insulin

status: Active

medication: Insulin glargine (Lantus)

subject: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))

effective: 2023-07-22

informationSource: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))


Source1

{
  "resourceType": "MedicationStatement",
  "id": "medication-statement-insulin",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-medication-statement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "411529005",
        "display": "Insulin glargine"
      },
      {
        "system": "http://www.whocc.no/atc",
        "code": "A10AE04",
        "display": "insulin glargine"
      }
    ],
    "text": "Insulin glargine (Lantus)"
  },
  "subject": {
    "reference": "Patient/patient-of-municipality"
  },
  "effectiveDateTime": "2023-07-22",
  "informationSource": {
    "reference": "Patient/patient-of-municipality"
  }
}