FHIR Frog AU Core Conformance Tests
0.1.0 - draft

FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions

: au-core-relatedperson-conformant - TTL Representation

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/RelatedPerson/au-core-relatedperson-conformant> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-relatedperson-conformant"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson>
     ]
  ] ;
  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: RelatedPerson au-core-relatedperson-conformant</b></p><a name=\"au-core-relatedperson-conformant\"> </a><a name=\"hcau-core-relatedperson-conformant\"> </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=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-relatedperson.html\">AU Core RelatedPerson</a></p></div><p><b>patient</b>: <a href=\"Patient/relatedperson-patient-fixture\">Patient/relatedperson-patient-fixture</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Father</span></p><p><b>name</b>: Bob Banks(Official)</p><p><b>telecom</b>: ph: 0400000002(Mobile)</p><p><b>address</b>: 1 Test Street Testville NSW 2000 (home)</p></div>"
  ] ;
  fhir:RelatedPerson.patient [
     fhir:link <http://hl7.org/fhir/Patient/relatedperson-patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/relatedperson-patient-fixture" ]
  ] ;
  fhir:RelatedPerson.relationship [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "FTH" ] ;
       fhir:Coding.display [ fhir:value "father" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Father" ]
  ] ;
  fhir:RelatedPerson.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Bob Banks" ] ;
     fhir:HumanName.family [ fhir:value "Banks" ] ;
     fhir:HumanName.given [
       fhir:value "Bob" ;
       fhir:index 0
     ]
  ] ;
  fhir:RelatedPerson.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0400000002" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ] ;
  fhir:RelatedPerson.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.line [
       fhir:value "1 Test Street" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Testville" ] ;
     fhir:Address.state [ fhir:value "NSW" ] ;
     fhir:Address.postalCode [ fhir:value "2000" ]
  ] .

<http://hl7.org/fhir/Patient/relatedperson-patient-fixture> a fhir:Patient .

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

<http://hl7.org/fhir/RelatedPerson/au-core-relatedperson-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/RelatedPerson/au-core-relatedperson-conformant.ttl> .