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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeMedication
IdMedication-TC-IMMUN-MEDIC-FSMEIMMCC.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 TC-IMMUN-MEDIC-FSMEIMMCC

identifier: urn:oid:2.999.1.2.3.4/01194ac7-70ad-4259-b5f4-c5ff0c1b40c5

code: FSME-IMMUN CC Inj Susp sep Nadel

status: Active

manufacturer: Organization Pfizer AG

form: Suspension for injection

amount: 0.5 milliliter (Details: UCUM codemL = 'mL')/1 Syringe (unit of presentation) (Details: SNOMED CT code733020007 = 'Syringe')

Ingredients

-Item[x]
*Immunologic substance (substance)

Batches

-LotNumber
*VNR1T10C

Source1

{
  "resourceType": "Medication",
  "id": "TC-IMMUN-MEDIC-FSMEIMMCC",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medication-for-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.999.1.2.3.4",
      "value": "01194ac7-70ad-4259-b5f4-c5ff0c1b40c5"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "urn:oid:2.51.1.1",
        "code": "7680004500039",
        "display": "FSME-IMMUN CC Inj Susp sep Nadel"
      }
    ],
    "text": "FSME-IMMUN CC Inj Susp sep Nadel"
  },
  "status": "active",
  "manufacturer": {
    "reference": "Organization/TC-ORG-PFIZER"
  },
  "form": {
    "coding": [
      {
        "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
        "code": "11202000",
        "display": "Suspension for injection"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 0.5,
      "unit": "milliliter",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "denominator": {
      "value": 1,
      "unit": "Syringe (unit of presentation)",
      "system": "http://snomed.info/sct",
      "code": "733020007"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "106181007",
            "display": "Immunologic substance (substance)"
          }
        ],
        "text": "Immunologic substance (substance)"
      }
    }
  ],
  "batch": {
    "lotNumber": "VNR1T10C"
  }
}