Skip to content

Instantly share code, notes, and snippets.

@miguelrochefort
Last active April 29, 2020 13:54
Show Gist options
  • Save miguelrochefort/0db6b5ec4f4867931fcd95ec91a50324 to your computer and use it in GitHub Desktop.
Save miguelrochefort/0db6b5ec4f4867931fcd95ec91a50324 to your computer and use it in GitHub Desktop.
{
"resourceType": "Immunization",
"id": "example",
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "37"
}
],
"text": "YF-VAX (Yellow Fever)"
},
"patient": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2018-06-15",
"primarySource": true,
"location": {
"reference": "Location/1"
},
"manufacturer": {
"resourceType": "Manufacturer",
"name": "Sanofi Pasteur"
},
"lotNumber": "123456",
"site": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code": "LA",
"display": "left arm"
}
]
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "IM",
"display": "Injection, intramuscular"
}
]
},
"doseQuantity": {
"value": 0.5,
"system": "http://unitsofmeasure.org",
"code": "ml"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment