GIIS Implementation Guide
0.1.8 - ci-build
GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Basic",
"id" : "ExampleItemLot",
"meta" : {
"profile" : [
🔗 "https://paho.org/fhir/giis/StructureDefinition/ItemLot"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic ExampleItemLot</b></p><a name=\"ExampleItemLot\"> </a><a name=\"hcExampleItemLot\"> </a><a name=\"ExampleItemLot-en-US\"> </a><p><b>Item Vaccine</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 1}\">adenovirus vaccine</span></p><p><b>identifier</b>: <code>http://www.giisidentifier.org/ID/ItemLot</code>/LH234</p><p><b>code</b>: <span title=\"Codes:\">Item Lot</span></p></div>"
},
"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"
}
}