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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeMedication
IdMedication-med-CovidVaccineComirnaty.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 med-CovidVaccineComirnaty

identifier: https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs/0246599

code: Comirnaty

status: Active

form: Injekční roztok

amount: 0.3 ml (Details: UCUM code/ml = '/ml')/0.3 ml

Ingredients

-Item[x]Strength
*SARS-COV-2 (OMICRON JN.1) SPIKE PROTEIN30 mikrogramů (Details: UCUM codeug = 'ug')/0.3 ml (Details: UCUM code/ml = '/ml')

Source1

{
  "resourceType": "Medication",
  "id": "med-CovidVaccineComirnaty",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.cz/fhir/core/ValueSet/cz-dlplecivepripravky-vs",
      "value": "0246599"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs",
        "code": "0271911",
        "display": "COMIRNATY OMICRON XBB.1.5"
      },
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs",
        "code": "J07BN01",
        "display": "COVID-19, RNA VAKCÍNA"
      }
    ],
    "text": "Comirnaty"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpformy-cs",
        "code": "INJSOL",
        "display": "Injekční roztok"
      }
    ],
    "text": "Injekční roztok"
  },
  "amount": {
    "numerator": {
      "value": 0.3,
      "unit": "ml",
      "system": "http://unitsofmeasure.org",
      "code": "/ml"
    },
    "denominator": {
      "value": 0.3,
      "unit": "ml"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivelatky-cs",
            "code": "23463",
            "display": "SARS-COV-2 (OMICRON JN.1) SPIKE PROTEIN"
          }
        ],
        "text": "SARS-COV-2 (OMICRON JN.1) SPIKE PROTEIN"
      },
      "strength": {
        "numerator": {
          "value": 30,
          "unit": "mikrogramů",
          "system": "http://unitsofmeasure.org",
          "code": "ug"
        },
        "denominator": {
          "value": 0.3,
          "unit": "ml",
          "system": "http://unitsofmeasure.org",
          "code": "/ml"
        }
      }
    }
  ]
}