AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

This page is part of the Australian Base IG (v4.2.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions

: Patient - indicate IHI validation name context - TTL Representation

Page standards status: Informative

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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-patient-name-context"] ; # 
  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: Patient example-patient-name-context</b></p><a name=\"example-patient-name-context\"> </a><a name=\"hcexample-patient-name-context\"> </a><a name=\"example-patient-name-context-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">May Chan Female, DoB: 1972-03-03</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Xiang Chan(Official)</td></tr></table></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "May Chan" ] ;
fhir:family [ fhir:v "Chan" ] ;
    ( fhir:given [ fhir:v "May" ] )
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/name-context"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/name-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ihi-validation" ] ;
fhir:display [ fhir:v "IHI Validation" ]         ] )       ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Xiang Chan" ] ;
fhir:family [ fhir:v "Chan" ] ;
    ( fhir:given [ fhir:v "Xiang" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1972-03-03"^^xsd:date] . #