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/Patient/atrius-in-patient-example> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "atrius-in-patient-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-patient" ;
fhir:index -1 ;
fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-patient>
]
] ;
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: Patient atrius-in-patient-example</b></p><a name=\"atrius-in-patient-example\"> </a><a name=\"hcatrius-in-patient-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-patient.html\">Atrius India Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+91-98765-43210\">+91-98765-43210</a></li><li>12 MG Road Bengaluru KA 560001 IN </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Mumbai MH IN </td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ] ;
fhir:Extension.valueAddress [
fhir:Address.city [ fhir:value "Mumbai" ] ;
fhir:Address.state [ fhir:value "MH" ] ;
fhir:Address.country [ fhir:value "IN" ]
]
] ;
fhir:Patient.identifier [
fhir:index -1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code" ] ;
fhir:Coding.code [ fhir:value "ABHA" ] ;
fhir:Coding.display [ fhir:value "Ayushman Bharat Health Account (ABHA) ID" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://healthid.ndhm.gov.in" ] ;
fhir:Identifier.value [ fhir:value "ABHA-1234-5678-9012" ]
] ;
fhir:Patient.name [
fhir:index -1 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Priya Sharma" ] ;
fhir:HumanName.family [ fhir:value "Sharma" ] ;
fhir:HumanName.given [
fhir:value "Priya" ;
fhir:index -1
]
] ;
fhir:Patient.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+91-98765-43210" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1985-03-15"^^xsd:date] ;
fhir:Patient.address [
fhir:index -1 ;
fhir:Address.line [
fhir:value "12 MG Road" ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "Bengaluru" ] ;
fhir:Address.state [ fhir:value "KA" ] ;
fhir:Address.postalCode [ fhir:value "560001" ] ;
fhir:Address.country [ fhir:value "IN" ]
] ;
fhir:Patient.managingOrganization [
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/Organization/atrius-in-organization-example> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/atrius-in-patient-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/atrius-in-patient-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