Scalable Consent Management Testing Guide
0.1.0 - ci-build United States of America flag

Scalable Consent Management Testing Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RelatedPerson-relatedperson-robert-miren - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relatedperson-robert-miren"] ; # 
  fhir:meta [
    ( fhir:tag [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ;
fhir:display [ fhir:v "test health data" ]     ] )
  ] ; # 
  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: RelatedPerson relatedperson-robert-miren</b></p><a name=\"relatedperson-robert-miren\"> </a><a name=\"hcrelatedperson-robert-miren\"> </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\">Tag: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: <code>http://example.org/identifiers</code>/relatedperson-robert-miren</p><p><b>patient</b>: <a href=\"Patient-patient-lara-miren.html\">Lara Miren (official) Female, DoB: 1980-01-01 ( http://example.org/identifiers#patient-lara-miren)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SPS}\">spouse</span></p><p><b>name</b>: Robert Miren (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1978-01-01</p><p><b>address</b>: 123 Main Street Metropolis NY 10001 US (home)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "relatedperson-robert-miren" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-lara-miren" ] ;
fhir:identifier [
fhir:system [ fhir:v "http://example.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-lara-miren" ]     ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPS" ] ;
fhir:display [ fhir:v "spouse" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Miren" ] ;
    ( fhir:given [ fhir:v "Robert" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1978-01-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "123 Main Street" ] ) ;
fhir:city [ fhir:v "Metropolis" ] ;
fhir:state [ fhir:v "NY" ] ;
fhir:postalCode [ fhir:v "10001" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #