Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build
Atrius India 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
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/atrius-in-encounter-inpatient-example> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "atrius-in-encounter-inpatient-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-encounter" ;
fhir:index -1 ;
fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-encounter>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter atrius-in-encounter-inpatient-example</b></p><a name=\"atrius-in-encounter-inpatient-example\"> </a><a name=\"hcatrius-in-encounter-inpatient-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-encounter.html\">Atrius India Core Encounter</a></p></div><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:\">Hospital admission</span></p><p><b>subject</b>: <a href=\"Patient-atrius-in-patient-example.html\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012 (use: official, ))</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-atrius-in-episode-inpatient-example.html\">EpisodeOfCare: status = active; type = ; period = 2026-07-03 10:00:00+0530 --> (ongoing)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"Practitioner-atrius-in-practitioner-example.html\">Practitioner Dr. Arjun Mehta(official)</a></td></tr></table><p><b>period</b>: 2026-07-03 10:00:00+0530 --> (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:\">Planned admission</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source other}\">Other</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-atrius-in-bed-example.html\">Location Medical Ward A — Bed 1</a></td><td>Active</td><td>2026-07-03 10:00:00+0530 --> (ongoing)</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p></div>"
] ;
fhir:Encounter.status [ fhir:value "in-progress"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IMP" ] ;
fhir:Coding.display [ fhir:value "inpatient encounter" ]
] ;
fhir:Encounter.type [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Hospital admission" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/atrius-in-patient-example> ;
fhir:Reference.reference [ fhir:value "Patient/atrius-in-patient-example" ]
] ;
fhir:Encounter.episodeOfCare [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/EpisodeOfCare/atrius-in-episode-inpatient-example> ;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/atrius-in-episode-inpatient-example" ]
] ;
fhir:Encounter.participant [
fhir:index -1 ;
fhir:Encounter.participant.type [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "ATND" ]
]
] ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/Practitioner/atrius-in-practitioner-example> ;
fhir:Reference.reference [ fhir:value "Practitioner/atrius-in-practitioner-example" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2026-07-03T10:00:00+05:30"^^xsd:dateTime ]
] ;
fhir:Encounter.reasonCode [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Planned admission" ]
] ;
fhir:Encounter.hospitalization [
fhir:Encounter.hospitalization.admitSource [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/admit-source" ] ;
fhir:Coding.code [ fhir:value "other" ]
]
]
] ;
fhir:Encounter.location [
fhir:index -1 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/atrius-in-bed-example> ;
fhir:Reference.reference [ fhir:value "Location/atrius-in-bed-example" ]
] ;
fhir:Encounter.location.status [ fhir:value "active" ] ;
fhir:Encounter.location.period [
fhir:Period.start [ fhir:value "2026-07-03T10:00:00+05:30"^^xsd:dateTime ]
]
] ;
fhir:Encounter.serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/atrius-in-organization-example> ;
fhir:Reference.reference [ fhir:value "Organization/atrius-in-organization-example" ]
] .
<http://hl7.org/fhir/Patient/atrius-in-patient-example> a fhir:Patient .
<http://hl7.org/fhir/EpisodeOfCare/atrius-in-episode-inpatient-example> a fhir:EpisodeOfCare .
<http://hl7.org/fhir/Practitioner/atrius-in-practitioner-example> a fhir:Practitioner .
<http://hl7.org/fhir/Location/atrius-in-bed-example> a fhir:Location .
<http://hl7.org/fhir/Organization/atrius-in-organization-example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/atrius-in-encounter-inpatient-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/atrius-in-encounter-inpatient-example.ttl> .
IG © 2026+ Atrius.
Package atrius.fhir.r4.india#0.1.0 based on FHIR 4.0.1.
Generated
2026-07-24
Links: Table of Contents |
QA Report