International Patient Access
0.1.0 - STU 1 ballot

This page is part of the International Patient Access (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: IPA Patient 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:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "PatientExample1"];
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "IPA Patient Example" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "This is a Patient example for the *IPA Patient Profile*." ]     ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"PatientExample1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ipa-patient.html\">IPA-Patient</a></p></div><p><b>identifier</b>: Medical record number: 12345 (USUAL), id: 21890 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Meiko Lufhir Jr., PhD</p><p><b>telecom</b>: ph: 321-544-2222(HOME), ph: 321-841-3333(WORK), <a href=\"mailto:meikolu.fhir@gmail.com\">meikolu.fhir@gmail.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1978-03-22</p><p><b>address</b>: 100 Main St G-442 Madison WI 53703 USA (HOME)</p><p><b>maritalStatus</b>: Married <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-MaritalStatus.html\">MaritalStatus</a>#M)</span></p><p><b>generalPractitioner</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Amber Hxl, MD</a> \" SEEGER\"</p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "MR" ]       ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.19.5" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.system [ fhir:value "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399" ];
     fhir:Identifier.value [ fhir:value "21890" ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "usual" ];
     fhir:HumanName.text [ fhir:value "Meiko Lufhir Jr., PhD" ];
     fhir:HumanName.family [ fhir:value "Lufhir" ];
     fhir:HumanName.given [
       fhir:value "Meiko";
       fhir:index 0     ];
     fhir:HumanName.suffix [
       fhir:value "JR.";
       fhir:index 0     ], [
       fhir:value "PHD";
       fhir:index 1     ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "321-544-2222" ];
     fhir:ContactPoint.use [ fhir:value "home" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "321-841-3333" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "meikolu.fhir@gmail.com" ]
  ];
  fhir:Patient.gender [ fhir:value "female"];
  fhir:Patient.birthDate [ fhir:value "1978-03-22"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.line [
       fhir:value "100 Main St";
       fhir:index 0     ], [
       fhir:value "G-442";
       fhir:index 1     ];
     fhir:Address.city [ fhir:value "Madison" ];
     fhir:Address.district [ fhir:value "DANE" ];
     fhir:Address.state [ fhir:value "WI" ];
     fhir:Address.postalCode [ fhir:value "53703" ];
     fhir:Address.country [ fhir:value "USA" ]
  ];
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ];
       fhir:Coding.code [ fhir:value "M" ];
       fhir:Coding.display [ fhir:value "Married" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Married" ]
  ];
  fhir:Patient.generalPractitioner [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample1" ];
     fhir:Reference.display [ fhir:value "Amber Hxl, MD" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.