Publication Build: This will be filled in by the publication tooling
: IDIMatchInputParameters-Example - 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 -------------------------------------------------------------------
a fhir:Parameters ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IDIMatchInputParameters-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "patient" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "ExamplePatient" ] ;
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: Example Patient</b></p><a name=\"ExamplePatient\"></a><p><b>name</b>: ExamplePatient</p><p><b>address</b>: Peter Chalmers</p></div>" ] ;
( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Chalmers" ] ;
( fhir:given [ fhir:v "Peter" ] [ fhir:v "James" ] ) ] ) ] )
] ) . #