FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions

: ImmunizationRecommendation/example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-01"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-10-10T14:58:58.181+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is Immunization Recommendation for hepatitis A vaccine to be taken on 2021-05-10.</div>"
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:date [ fhir:v "2021-01-10T11:04:15.817-05:00"^^xsd:dateTime] ; # 
  fhir:authority [
fhir:reference [ fhir:v "Organization/example-01" ]
  ] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
a sct:871751006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871751006" ] ;
fhir:display [ fhir:v "Hepatitis A vaccine" ]       ] )     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ] ;
fhir:display [ fhir:v "Due" ]       ] )     ] ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ] ;
fhir:display [ fhir:v "Date vaccine due" ]         ] )       ] ;
fhir:value [ fhir:v "2021-05-10T00:00:00-05:00"^^xsd:dateTime ]     ] ) ;
fhir:description [ fhir:v "First sequence in protocol" ] ;
fhir:series [ fhir:v "Vaccination Series 1" ] ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:seriesDoses [ fhir:v "3"^^xsd:positiveInteger ] ;
    ( fhir:supportingImmunization [
fhir:reference [ fhir:v "Immunization/example-01" ]     ] )
  ] ) . #