Patient Master Identity Registry (PMIR), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.5.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PMIR/ and changes regularly. See the Directory of published versions
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-bundle-history-create"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History> ] )
] ; #
fhir:type [ fhir:v "history"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:14298d90-b285-4c4c-8252-5d4e7bb5fdb6"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:14298d90-b285-4c4c-8252-5d4e7bb5fdb6> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient"^^xsd:anyURI ] ] ;
fhir:response [
fhir:status [ fhir:v "201" ] ;
fhir:location [ fhir:v "Patient/ex-patient-create1/_history/1"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:95e1726c-9c3c-4de3-bebc-15daed6b6d34"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:95e1726c-9c3c-4de3-bebc-15daed6b6d34> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient"^^xsd:anyURI ] ] ;
fhir:response [
fhir:status [ fhir:v "201" ] ;
fhir:location [ fhir:v "Patient/ex-patient-create2/_history/1"^^xsd:anyURI ] ]
] ) . #
<urn:uuid:14298d90-b285-4c4c-8252-5d4e7bb5fdb6> a fhir:Patient ;
fhir:id [ fhir:v "ex-patient-create1"] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example PMIR Patient for creating</div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Riegel" ] ;
( fhir:given [ fhir:v "David" ] [ fhir:v "A." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-734-942-9512" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "DavidARiegel@jourrapide.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1985-07-12"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "4512 Bombardier Way\nRomulus, MI 48174" ] ;
( fhir:line [ fhir:v "4512 Bombardier Way" ] ) ;
fhir:city [ fhir:v "Romulus" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48174" ] ;
fhir:country [ fhir:v "US" ]
] ) . #
<urn:uuid:95e1726c-9c3c-4de3-bebc-15daed6b6d34> a fhir:Patient ;
fhir:id [ fhir:v "ex-patient-create2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Patient.Related"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Patient.Related> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example PMIR Patient for creating</div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Wooten" ] ;
( fhir:given [ fhir:v "Lucille" ] [ fhir:v "T." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-570-508-4343" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "LucilleTWooten@teleworm.us" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1971-12-14"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "3799 High Meadow Lane\nScranton, PA 18503" ] ;
( fhir:line [ fhir:v "3799 High Meadow Lane" ] ) ;
fhir:city [ fhir:v "Scranton" ] ;
fhir:state [ fhir:v "PA" ] ;
fhir:postalCode [ fhir:v "18503" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/ex-related-mom" ] ] ;
fhir:type [ fhir:v "seealso" ]
] ) . #
IG © 2022+ IHE IT Infrastructure Technical Committee. Package ihe.iti.pmir#1.5.1-current based on FHIR 4.0.1. Generated 2025-04-28
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change