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

FHIR IG analytics

Packagefhir.giis
Resource TypeBasic
IdBasic-ExampleItemLot.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: Basic ExampleItemLot

Profile: ItemLot

Item Vaccine: adenovirus vaccine

identifier: http://www.giisidentifier.org/ID/ItemLot/LH234

code: Item Lot


Source1

{
  "resourceType": "Basic",
  "id": "ExampleItemLot",
  "meta": {
    "profile": [
      "https://paho.org/fhir/giis/StructureDefinition/ItemLot"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://paho.org/fhir/giis/StructureDefinition/giis-item-vaccine",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://paho.org/fhir/giis/CodeSystem/VaccineCS",
            "code": "1",
            "display": "adenovirus vaccine"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://www.giisidentifier.org/ID/ItemLot",
      "value": "LH234"
    }
  ],
  "code": {
    "text": "Item Lot"
  }
}