Da Vinci Postable Remittance 1.0.0 - STU 1
Publication Build: This will be filled in by the publication tooling
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:Parameters ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleSearchByPatient"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/davinci-pr/StructureDefinition/searchByPatientParameters"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/davinci-pr/StructureDefinition/searchByPatientParameters> ] ) ] ; # fhir:parameter ( [ fhir:name [ fhir:v "TIN" ] ; fhir:value [ a fhir:string ; fhir:v "12345858" ] ] [ fhir:name [ fhir:v "ServiceStartDate" ] ; fhir:value [ a fhir:date ; fhir:v "2023-08-01"^^xsd:date ] ] [ fhir:name [ fhir:v "ServiceEndDate" ] ; fhir:value [ a fhir:date ; fhir:v "2023-08-31"^^xsd:date ] ] [ fhir:name [ fhir:v "Patient" ] ; ( fhir:part [ fhir:name [ fhir:v "PatientID" ] ; fhir:value [ a fhir:string ; fhir:v "M12345513215" ] ] [ fhir:name [ fhir:v "DateOfBirth" ] ; fhir:value [ a fhir:date ; fhir:v "1970-11-27"^^xsd:date ] ] ) ] ) . #