FHIR IG analytics| Package | fhir.giis |
| Resource Type | Basic |
| Id | Basic-ExampleItemLot.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}