Smart Health Checks
0.4.0 - CI Build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: Patient - Baby of Emma Smith

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/baby-smith-john> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "baby-smith-john"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient>
     ], [
       fhir:value "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatient" ;
       fhir:index -1 ;
       fhir:link <https://smartforms.csiro.au/ig/StructureDefinition/SHCPatient>
     ]
  ] ;
  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 baby-smith-john</b></p><a name=\"baby-smith-john\"> </a><a name=\"hcbaby-smith-john\"> </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\">Profiles: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-patient.html\">AU Core Patient</a>, <a href=\"StructureDefinition-SHCPatient.html\">Smart Health Checks Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Baby of Emma SMITH (temp) Male, DoB: 2022-09-14 ( Medical record number (use: temp, ))</p><hr/></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "temp" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003" ] ;
     fhir:Identifier.value [ fhir:value "7746677" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "QLD Hospital" ]
     ]
  ] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.use [ fhir:value "temp" ] ;
     fhir:HumanName.family [ fhir:value "SMITH" ] ;
     fhir:HumanName.given [
       fhir:value "Baby of Emma" ;
       fhir:index -1
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [
     fhir:value "2022-09-14"^^xsd:date ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthTime" ] ;
       fhir:Extension.valueDateTime [ fhir:value "2022-09-14T14:35:45-05:00"^^xsd:dateTime ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/baby-smith-john.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/baby-smith-john.ttl> .