OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: OpenMRS Immunization Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "d48df5c7-605f-4f7b-88b3-f7235b474663"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/omrs-immunization"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/omrs-immunization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization d48df5c7-605f-4f7b-88b3-f7235b474663</b></p><a name=\"d48df5c7-605f-4f7b-88b3-f7235b474663\"> </a><a name=\"hcd48df5c7-605f-4f7b-88b3-f7235b474663\"> </a><a name=\"d48df5c7-605f-4f7b-88b3-f7235b474663-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://cielterminology.org/ 116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA}\">116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</span></p><p><b>patient</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter: status = unknown; class = ambulatory (ActCode#AMB); type = Vitals; period = 2022-06-22 --> 2022-06-22</a></p><p><b>occurrence</b>: 2022-12-30</p><p><b>location</b>: <a href=\"Location-a3b793f0-eb53-4cda-92ce-fe0a77106252.html\">Location Outpatient Clinic</a></p><p><b>lotNumber</b>: AAJN11K</p><p><b>expirationDate</b>: 2025-05-07</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner Adam Careful </a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "https://cielterminology.org/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-openmrs-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb" ]
] ; #
fhir:occurrence [ fhir:v "2022-12-30"^^xsd:date] ; #
fhir:location [
fhir:reference [ fhir:v "Location/a3b793f0-eb53-4cda-92ce-fe0a77106252" ]
] ; #
fhir:lotNumber [ fhir:v "AAJN11K"] ; #
fhir:expirationDate [ fhir:v "2025-05-07"^^xsd:date] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2" ] ]
] ) . #