Universal API Implementation Guide
1.1.20 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cadd2fb3-fcfc-4b36-bd54-85a0b5186bc2"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-as-enrollment-bundle"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-as-enrollment-bundle> ] ) ] ; # fhir:identifier [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "RI" ] ; fhir:display [ fhir:v "Resource identifier" ] ] ) ] ; fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ; fhir:value [ fhir:v "da5e1572-cc88-4e4d-9899-e3553f680d87" ] ; fhir:assigner [ fhir:display [ fhir:v "Alpha Beta" ] ] ] ; # fhir:type [ fhir:v "message"] ; # fhir:timestamp [ fhir:v "2020-03-11T08:10:13-05:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:eb5eb40b-78e8-4a52-903a-0348c1eac387"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:eb5eb40b-78e8-4a52-903a-0348c1eac387> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:f5b42212-9033-4696-94f0-017bdfd4fc81"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:f5b42212-9033-4696-94f0-017bdfd4fc81> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:14020330-eecb-4f0d-a90f-61d11e7a4127"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:14020330-eecb-4f0d-a90f-61d11e7a4127> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:bc20c5ea-f639-4221-ab61-ce75c5e64aba"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:bc20c5ea-f639-4221-ab61-ce75c5e64aba> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:1b53bfb2-1361-4906-acd8-35294d30273b"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:1b53bfb2-1361-4906-acd8-35294d30273b> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:3cb05f30-9842-4651-a17d-930d7170bedf"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:3cb05f30-9842-4651-a17d-930d7170bedf> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:df610b38-2561-423c-b17a-36364f5a82c1"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:df610b38-2561-423c-b17a-36364f5a82c1> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f> ) ] ) . # <urn:uuid:eb5eb40b-78e8-4a52-903a-0348c1eac387> a fhir:MessageHeader ; fhir:id [ fhir:v "eb5eb40b-78e8-4a52-903a-0348c1eac387"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_eb5eb40b-78e8-4a52-903a-0348c1eac387\"> </a><p><b>Generated Narrative: MessageHeader</b><a name=\"eb5eb40b-78e8-4a52-903a-0348c1eac387\"> </a><a name=\"hceb5eb40b-78e8-4a52-903a-0348c1eac387\"> </a></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\">ResourceMessageHeader "eb5eb40b-78e8-4a52-903a-0348c1eac387" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-messageheader.html\">UAPI MessageHeader</a></p></div><p><b>event</b>: enrollment-with-consent (Details: uapi-event-type code enrollment-with-consent = 'enrollment-with-consent', stated as 'null')</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>UAPI-ENR-V2.1</td><td><a href=\"https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment\">https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment</a></td></tr></table><p><b>sender</b>: See on this page: urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Vendor_AB</td><td><a href=\"http://vendor.com/fhir/enrollmentID/ENR-00001\">http://vendor.com/fhir/enrollmentID/ENR-00001</a></td></tr></table><p><b>focus</b>: See on this page: urn:uuid:f5b42212-9033-4696-94f0-017bdfd4fc81</p></div>" ] ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "enrollment-with-consent" ] ] ; # fhir:destination ( [ fhir:name [ fhir:v "UAPI-ENR-V2.1" ] ; fhir:endpoint [ fhir:v "https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment"^^xsd:anyURI ] ] ) ; # fhir:sender [ fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ] ; fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ] ; # fhir:source [ fhir:name [ fhir:v "Vendor_AB" ] ; fhir:endpoint [ fhir:v "http://vendor.com/fhir/enrollmentID/ENR-00001"^^xsd:anyURI ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "urn:uuid:f5b42212-9033-4696-94f0-017bdfd4fc81" ] ; fhir:type [ fhir:v "List"^^xsd:anyURI ] ] ) . # <urn:uuid:f5b42212-9033-4696-94f0-017bdfd4fc81> a fhir:List ; fhir:id [ fhir:v "f5b42212-9033-4696-94f0-017bdfd4fc81"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"List_f5b42212-9033-4696-94f0-017bdfd4fc81\"> </a><p><b>Generated Narrative: List</b><a name=\"f5b42212-9033-4696-94f0-017bdfd4fc81\"> </a><a name=\"hcf5b42212-9033-4696-94f0-017bdfd4fc81\"> </a></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\">ResourceList "f5b42212-9033-4696-94f0-017bdfd4fc81" </p></div><p><b>status</b>: current</p><p><b>mode</b>: changes</p><p><b>title</b>: messageContext</p><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:14020330-eecb-4f0d-a90f-61d11e7a4127</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:bc20c5ea-f639-4221-ab61-ce75c5e64aba</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:1b53bfb2-1361-4906-acd8-35294d30273b</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:3cb05f30-9842-4651-a17d-930d7170bedf</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164</p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: See on this page: urn:uuid:df610b38-2561-423c-b17a-36364f5a82c1</p></blockquote></div>" ] ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "changes"] ; # fhir:title [ fhir:v "messageContext"] ; # fhir:entry ( [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ] ; fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ; fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df" ] ; fhir:type [ fhir:v "Coverage"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545" ] ; fhir:type [ fhir:v "RelatedPerson"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:14020330-eecb-4f0d-a90f-61d11e7a4127" ] ; fhir:type [ fhir:v "QuestionnaireResponse"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:bc20c5ea-f639-4221-ab61-ce75c5e64aba" ] ; fhir:type [ fhir:v "Condition"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:1b53bfb2-1361-4906-acd8-35294d30273b" ] ; fhir:type [ fhir:v "Consent"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b" ] ; fhir:type [ fhir:v "Consent"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:3cb05f30-9842-4651-a17d-930d7170bedf" ] ; fhir:type [ fhir:v "Provenance"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f" ] ; fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164" ] ; fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:reference [ fhir:v "urn:uuid:df610b38-2561-423c-b17a-36364f5a82c1" ] ; fhir:type [ fhir:v "MedicationRequest"^^xsd:anyURI ] ] ] ) . # <urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c> a fhir:Patient ; fhir:id [ fhir:v "fc2e5a72-c363-4616-ae00-4ad25cbcb45c"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-patient"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_fc2e5a72-c363-4616-ae00-4ad25cbcb45c\"> </a><p><b>Generated Narrative: Patient</b><a name=\"fc2e5a72-c363-4616-ae00-4ad25cbcb45c\"> </a><a name=\"hcfc2e5a72-c363-4616-ae00-4ad25cbcb45c\"> </a></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\">ResourcePatient "fc2e5a72-c363-4616-ae00-4ad25cbcb45c" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-patient.html\">UAPI Patient</a></p></div><p><b>identifier</b>: Patient internal identifier/6bcd8467-0473-4836-9128-2e7972f23177 (use: official)</p><p><b>name</b>: Ryan Michaelson (Official)</p><p><b>telecom</b>: ph: 1231231234(HOME), ph: 1234561234(MOBILE), <a href=\"mailto:bobster83@example.com\">bobster83@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1972-10-29</p><p><b>address</b>: 1234 Main St San Francisco CA 94105 US </p><h3>Communications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td style=\"display: none\">*</td><td>English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span></td><td>true</td></tr></table><p><b>generalPractitioner</b>: See on this page: urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</p><p><b>managingOrganization</b>: See on this page: urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088</p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PI" ] ; fhir:display [ fhir:v "Patient internal identifier" ] ] ) ] ; fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ; fhir:value [ fhir:v "6bcd8467-0473-4836-9128-2e7972f23177" ] ; fhir:assigner [ fhir:display [ fhir:v "AB Vendor" ] ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Michaelson" ] ; ( fhir:given [ fhir:v "Ryan" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1231231234" ] ; fhir:use [ fhir:v "home" ] ; fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1234561234" ] ; fhir:use [ fhir:v "mobile" ] ; fhir:rank [ fhir:v "2"^^xsd:positiveInteger ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "bobster83@example.com" ] ; fhir:use [ fhir:v "home" ] ; fhir:rank [ fhir:v "3"^^xsd:positiveInteger ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1972-10-29"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "1234 Main St" ] ) ; fhir:city [ fhir:v "San Francisco" ] ; fhir:state [ fhir:v "CA" ] ; fhir:postalCode [ fhir:v "94105" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) ; # fhir:generalPractitioner ( [ fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ] ) ; # fhir:managingOrganization [ fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ] ] . # <urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088> a fhir:Organization ; fhir:id [ fhir:v "01c31a2f-321d-4c6e-8349-206af8a88088"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_01c31a2f-321d-4c6e-8349-206af8a88088\"> </a><p><b>Generated Narrative: Organization</b><a name=\"01c31a2f-321d-4c6e-8349-206af8a88088\"> </a><a name=\"hc01c31a2f-321d-4c6e-8349-206af8a88088\"> </a></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\">ResourceOrganization "01c31a2f-321d-4c6e-8349-206af8a88088" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://vendor.com/ab</code>/HOSP-12345 (use: usual)</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: Mid Atlantic Retina</p><p><b>telecom</b>: <a href=\"mailto:mar@example.com\">mar@example.com</a></p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Venus Yardav (Official)</td><td>ph: 8882704882(WORK), fax: 8179974042(WORK)</td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ; fhir:value [ fhir:v "HOSP-12345" ] ; fhir:assigner [ fhir:display [ fhir:v "AB Vendor" ] ] ] ) ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ] ) ; # fhir:name [ fhir:v "Mid Atlantic Retina"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mar@example.com" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "8 Ranoldo Terrace" ] ) ; fhir:city [ fhir:v "Cherry Hill" ] ; fhir:state [ fhir:v "NJ" ] ; fhir:postalCode [ fhir:v "08034" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:contact ( [ fhir:name [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Yardav" ] ; ( fhir:given [ fhir:v "Venus" ] ) ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "8882704882" ] ; fhir:use [ fhir:v "work" ] ; fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "8179974042" ] ; fhir:use [ fhir:v "work" ] ; fhir:rank [ fhir:v "2"^^xsd:positiveInteger ] ] ) ] ) . # <urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1> a fhir:Practitioner ; fhir:id [ fhir:v "695d0991-5e03-46df-934a-85a28acd95c1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-practitioner"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_695d0991-5e03-46df-934a-85a28acd95c1\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"695d0991-5e03-46df-934a-85a28acd95c1\"> </a><a name=\"hc695d0991-5e03-46df-934a-85a28acd95c1\"> </a></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\">ResourcePractitioner "695d0991-5e03-46df-934a-85a28acd95c1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-practitioner.html\">UAPI Practitioner</a></p></div><p><b>identifier</b>: Provider number/1922071448 (use: official), Tax ID number/00000000 (use: official), National provider identifier/1639285034 (use: official)</p><p><b>name</b>: MARISSA CRUZ (Official)</p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ; fhir:display [ fhir:v "Provider number" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1922071448" ] ; fhir:assigner [ fhir:display [ fhir:v "Centers for Medicare & Medicaid Services" ] ] ] [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAX" ] ; fhir:display [ fhir:v "Tax ID number" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "00000000" ] ] [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ; fhir:display [ fhir:v "National provider identifier" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1639285034" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "CRUZ" ] ; ( fhir:given [ fhir:v "MARISSA" ] ) ] ) . # <urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df> a fhir:Coverage ; fhir:id [ fhir:v "42b41bdb-1781-49aa-a091-78cdd92129df"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-coverage"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-coverage> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_42b41bdb-1781-49aa-a091-78cdd92129df\"> </a><p><b>Generated Narrative: Coverage</b><a name=\"42b41bdb-1781-49aa-a091-78cdd92129df\"> </a><a name=\"hc42b41bdb-1781-49aa-a091-78cdd92129df\"> </a></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\">ResourceCoverage "42b41bdb-1781-49aa-a091-78cdd92129df" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-coverage.html\">UAPI Coverage</a></p></div><p><b>status</b>: active</p><p><b>type</b>: health insurance plan policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#HIP)</span></p><p><b>subscriber</b>: See on this page: urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545</p><p><b>subscriberId</b>: 4353</p><p><b>beneficiary</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>payor</b>: See on this page: urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f</p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#group)</span></td><td>12344frgr</td><td>Group Number</td></tr></table><p><b>order</b>: 1</p><p><b>network</b>: Dakotacare</p></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HIP" ] ; fhir:display [ fhir:v "health insurance plan policy" ] ] ) ] ; # fhir:subscriber [ fhir:reference [ fhir:v "urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545" ] ; fhir:type [ fhir:v "RelatedPerson"^^xsd:anyURI ] ] ; # fhir:subscriberId [ fhir:v "4353"] ; # fhir:beneficiary [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:payor ( [ fhir:reference [ fhir:v "urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f" ] ; fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ] ) ; # fhir:class ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "group" ] ; fhir:display [ fhir:v "Group" ] ] ) ] ; fhir:value [ fhir:v "12344frgr" ] ; fhir:name [ fhir:v "Group Number" ] ] ) ; # fhir:order [ fhir:v "1"^^xsd:positiveInteger] ; # fhir:network [ fhir:v "Dakotacare"] . # <urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545> a fhir:RelatedPerson ; fhir:id [ fhir:v "4db51d32-65c3-4f8c-959e-0155c6d14545"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-relatedPerson"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-relatedPerson> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_4db51d32-65c3-4f8c-959e-0155c6d14545\"> </a><p><b>Generated Narrative: RelatedPerson</b><a name=\"4db51d32-65c3-4f8c-959e-0155c6d14545\"> </a><a name=\"hc4db51d32-65c3-4f8c-959e-0155c6d14545\"> </a></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\">ResourceRelatedPerson "4db51d32-65c3-4f8c-959e-0155c6d14545" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-relatedPerson.html\">UAPI RelatedPerson</a></p></div><p><b>patient</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>relationship</b>: significant other <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#SIGOTHR)</span></p><p><b>name</b>: Bob Paul Smith (Official)</p><p><b>telecom</b>: ph: 1234567890(MOBILE)</p><p><b>birthDate</b>: 1972-10-29</p></div>" ] ; # fhir:patient [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:relationship ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "SIGOTHR" ] ; fhir:display [ fhir:v "significant other" ] ] ) ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Smith" ] ; ( fhir:given [ fhir:v "Bob Paul" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1234567890" ] ; fhir:use [ fhir:v "mobile" ] ] ) ; # fhir:birthDate [ fhir:v "1972-10-29"^^xsd:date] . # <urn:uuid:14020330-eecb-4f0d-a90f-61d11e7a4127> a fhir:QuestionnaireResponse ; fhir:id [ fhir:v "14020330-eecb-4f0d-a90f-61d11e7a4127"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"QuestionnaireResponse_14020330-eecb-4f0d-a90f-61d11e7a4127\"> </a><p><b>Generated Narrative: QuestionnaireResponse</b><a name=\"14020330-eecb-4f0d-a90f-61d11e7a4127\"> </a><a name=\"hc14020330-eecb-4f0d-a90f-61d11e7a4127\"> </a></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\">ResourceQuestionnaireResponse "14020330-eecb-4f0d-a90f-61d11e7a4127" </p></div><p><b>questionnaire</b>: <a href=\"https://dev.gene.com/fhir/uapi/fhirapi/Questionnaire/1234\">https://dev.gene.com/fhir/uapi/fhirapi/Questionnaire/1234</a></p><p><b>status</b>: completed</p><p><b>subject</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><blockquote><p><b>item</b></p><p><b>linkId</b>: alecensa-other-allergies</p><p><b>text</b>: Other Allergies</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>some allergy</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: alecensa-other-medicines-prescribed</p><p><b>text</b>: Other Medicines Prescribed</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Ibuprofenum</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: household-size</p><p><b>text</b>: Household size</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>13</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: alecensa-drug-allergies</p><p><b>text</b>: Drug Allergies</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Other</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: contact-patient</p><p><b>text</b>: Do not contact patient</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>No</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: detailed-message</p><p><b>text</b>: Ok to leave a detailed message?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Yes</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: eligibility-reason</p><p><b>text</b>: Eligibility Reason</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>No Insurance</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: has-treatment-started</p><p><b>text</b>: Has treatment started?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Yes</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: household-income</p><p><b>text</b>: Annual household income</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>$75,000 - $100,000</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: prescription-plan</p><p><b>text</b>: Is this a Prescription plan?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Yes</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: ship-to</p><p><b>text</b>: Ship To</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Prescriber</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: shipment-options</p><p><b>text</b>: Shipment Options</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Replacement</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: tcpa-consent</p><p><b>text</b>: TCPA Consent Provided?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Yes</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: text-message</p><p><b>text</b>: Ok to send a text message?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Yes</td></tr></table></blockquote></div>" ] ; # fhir:questionnaire [ fhir:v "https://dev.gene.com/fhir/uapi/fhirapi/Questionnaire/1234"^^xsd:anyURI ; fhir:link <https://dev.gene.com/fhir/uapi/fhirapi/Questionnaire/1234> ] ; # fhir:status [ fhir:v "completed"] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:item ( [ fhir:linkId [ fhir:v "alecensa-other-allergies" ] ; fhir:text [ fhir:v "Other Allergies" ] ; ( fhir:answer [ fhir:value [ fhir:v "some allergy" ] ] ) ] [ fhir:linkId [ fhir:v "alecensa-other-medicines-prescribed" ] ; fhir:text [ fhir:v "Other Medicines Prescribed" ] ; ( fhir:answer [ fhir:value [ fhir:v "Ibuprofenum" ] ] ) ] [ fhir:linkId [ fhir:v "household-size" ] ; fhir:text [ fhir:v "Household size" ] ; ( fhir:answer [ fhir:value [ fhir:v "13" ] ] ) ] [ fhir:linkId [ fhir:v "alecensa-drug-allergies" ] ; fhir:text [ fhir:v "Drug Allergies" ] ; ( fhir:answer [ fhir:value [ fhir:v "Other" ] ] ) ] [ fhir:linkId [ fhir:v "contact-patient" ] ; fhir:text [ fhir:v "Do not contact patient" ] ; ( fhir:answer [ fhir:value [ fhir:v "No" ] ] ) ] [ fhir:linkId [ fhir:v "detailed-message" ] ; fhir:text [ fhir:v "Ok to leave a detailed message?" ] ; ( fhir:answer [ fhir:value [ fhir:v "Yes" ] ] ) ] [ fhir:linkId [ fhir:v "eligibility-reason" ] ; fhir:text [ fhir:v "Eligibility Reason" ] ; ( fhir:answer [ fhir:value [ fhir:v "No Insurance" ] ] ) ] [ fhir:linkId [ fhir:v "has-treatment-started" ] ; fhir:text [ fhir:v "Has treatment started?" ] ; ( fhir:answer [ fhir:value [ fhir:v "Yes" ] ] ) ] [ fhir:linkId [ fhir:v "household-income" ] ; fhir:text [ fhir:v "Annual household income" ] ; ( fhir:answer [ fhir:value [ fhir:v "$75,000 - $100,000" ] ] ) ] [ fhir:linkId [ fhir:v "prescription-plan" ] ; fhir:text [ fhir:v "Is this a Prescription plan?" ] ; ( fhir:answer [ fhir:value [ fhir:v "Yes" ] ] ) ] [ fhir:linkId [ fhir:v "ship-to" ] ; fhir:text [ fhir:v "Ship To" ] ; ( fhir:answer [ fhir:value [ fhir:v "Prescriber" ] ] ) ] [ fhir:linkId [ fhir:v "shipment-options" ] ; fhir:text [ fhir:v "Shipment Options" ] ; ( fhir:answer [ fhir:value [ fhir:v "Replacement" ] ] ) ] [ fhir:linkId [ fhir:v "tcpa-consent" ] ; fhir:text [ fhir:v "TCPA Consent Provided?" ] ; ( fhir:answer [ fhir:value [ fhir:v "Yes" ] ] ) ] [ fhir:linkId [ fhir:v "text-message" ] ; fhir:text [ fhir:v "Ok to send a text message?" ] ; ( fhir:answer [ fhir:value [ fhir:v "Yes" ] ] ) ] ) . # <urn:uuid:bc20c5ea-f639-4221-ab61-ce75c5e64aba> a fhir:Condition ; fhir:id [ fhir:v "bc20c5ea-f639-4221-ab61-ce75c5e64aba"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_bc20c5ea-f639-4221-ab61-ce75c5e64aba\"> </a><p><b>Generated Narrative: Condition</b><a name=\"bc20c5ea-f639-4221-ab61-ce75c5e64aba\"> </a><a name=\"hcbc20c5ea-f639-4221-ab61-ce75c5e64aba\"> </a></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\">ResourceCondition "bc20c5ea-f639-4221-ab61-ce75c5e64aba" </p></div><p><b>code</b>: Type 1 diab with mild nonp rtnop with macular edema, r eye <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#E10.3211)</span></p><p><b>subject</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p></div>" ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ; fhir:code [ fhir:v "E10.3211" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] . # <urn:uuid:1b53bfb2-1361-4906-acd8-35294d30273b> a fhir:Consent ; fhir:id [ fhir:v "1b53bfb2-1361-4906-acd8-35294d30273b"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-consent"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-consent> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Consent_1b53bfb2-1361-4906-acd8-35294d30273b\"> </a><p><b>Generated Narrative: Consent</b><a name=\"1b53bfb2-1361-4906-acd8-35294d30273b\"> </a><a name=\"hc1b53bfb2-1361-4906-acd8-35294d30273b\"> </a></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\">ResourceConsent "1b53bfb2-1361-4906-acd8-35294d30273b" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-consent.html\">UAPI Consent</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Patient Authorization Signature <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>patient</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>dateTime</b>: 2016-06-16 16:24:45+0000</p><p><b>performer</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>policyRule</b>: HIPAA Authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentpolicycodes.html\">Consent PolicyRule Codes</a>#hipaa-auth)</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>permit</td></tr></table></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ; fhir:code [ fhir:v "patient-privacy" ] ; fhir:display [ fhir:v "Privacy Consent" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a loinc:59284-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "59284-0" ] ; fhir:display [ fhir:v "Patient Authorization Signature" ] ] ) ] ) ; # fhir:patient [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:dateTime [ fhir:v "2016-06-16T16:24:45Z"^^xsd:dateTime] ; # fhir:performer ( [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ) ; # fhir:policyRule [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "hipaa-auth" ] ; fhir:display [ fhir:v "HIPAA Authorization" ] ] ) ] ; # fhir:provision [ fhir:type [ fhir:v "permit" ] ] . # <urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b> a fhir:Consent ; fhir:id [ fhir:v "21b30e89-e799-484a-abcd-8c25c0b2599b"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-consent"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-consent> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Consent_21b30e89-e799-484a-abcd-8c25c0b2599b\"> </a><p><b>Generated Narrative: Consent</b><a name=\"21b30e89-e799-484a-abcd-8c25c0b2599b\"> </a><a name=\"hc21b30e89-e799-484a-abcd-8c25c0b2599b\"> </a></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\">ResourceConsent "21b30e89-e799-484a-abcd-8c25c0b2599b" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-consent.html\">UAPI Consent</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Prescriber Signature <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>patient</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>policyRule</b>: HIPAA Authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-consentpolicycodes.html\">Consent PolicyRule Codes</a>#hipaa-auth)</span></p></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ; fhir:code [ fhir:v "patient-privacy" ] ; fhir:display [ fhir:v "Privacy Consent" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a loinc:59284-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "59284-0" ] ; fhir:display [ fhir:v "Prescriber Signature" ] ] ) ] ) ; # fhir:patient [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:policyRule [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "hipaa-auth" ] ; fhir:display [ fhir:v "HIPAA Authorization" ] ] ) ] . # <urn:uuid:3cb05f30-9842-4651-a17d-930d7170bedf> a fhir:Provenance ; fhir:id [ fhir:v "3cb05f30-9842-4651-a17d-930d7170bedf"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-provenance"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-provenance> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_3cb05f30-9842-4651-a17d-930d7170bedf\"> </a><p><b>Generated Narrative: Provenance</b><a name=\"3cb05f30-9842-4651-a17d-930d7170bedf\"> </a><a name=\"hc3cb05f30-9842-4651-a17d-930d7170bedf\"> </a></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\">ResourceProvenance "3cb05f30-9842-4651-a17d-930d7170bedf" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-provenance.html\">UAPI Provenance</a></p></div><p><b>target</b>: See on this page: urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b</p><p><b>recorded</b>: Feb 7, 2022, 10:49:39 AM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>See on this page: urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>Consent Signature (Details: Signature Type Codes code 1.2.840.10065.1.12.1.7 = 'Consent Signature', stated as 'Consent Signature')</td><td>Feb 7, 2022, 10:49:39 AM</td><td>See on this page: urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</td><td>image/*</td><td>(base64 data - 1 bytes)</td></tr></table></div>" ] ; # fhir:target ( [ fhir:reference [ fhir:v "urn:uuid:21b30e89-e799-484a-abcd-8c25c0b2599b" ] ; fhir:type [ fhir:v "Consent"^^xsd:anyURI ] ] ) ; # fhir:recorded [ fhir:v "2022-02-07T09:49:39.382941+00:00"^^xsd:dateTime] ; # fhir:agent ( [ fhir:who [ fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ; fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ] ] ) ; # fhir:signature ( [ ( fhir:type [ fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ; fhir:code [ fhir:v "1.2.840.10065.1.12.1.7" ] ; fhir:display [ fhir:v "Consent Signature" ] ] ) ; fhir:when [ fhir:v "2022-02-07T09:49:39.382897+00:00"^^xsd:dateTime ] ; fhir:who [ fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ; fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ] ; fhir:sigFormat [ fhir:v "image/*" ] ; fhir:data [ fhir:v "bQ=="^^xsd:base64Binary ] ] ) . # <urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164> a fhir:ServiceRequest ; fhir:id [ fhir:v "aecbb129-9a73-4b59-9d66-ff5cdb3f3164"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_aecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"aecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </a><a name=\"hcaecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </a></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\">ResourceServiceRequest "aecbb129-9a73-4b59-9d66-ff5cdb3f3164" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-servicerequest.html\">UAPI ServiceRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>code</b>: Patient Foundation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-sr-type.html\">UAPI Code System - Service Request Type</a>#gpf)</span></p><p><b>subject</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "gpf" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] . # <urn:uuid:df610b38-2561-423c-b17a-36364f5a82c1> a fhir:MedicationRequest ; fhir:id [ fhir:v "df610b38-2561-423c-b17a-36364f5a82c1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_df610b38-2561-423c-b17a-36364f5a82c1\"> </a><p><b>Generated Narrative: MedicationRequest</b><a name=\"df610b38-2561-423c-b17a-36364f5a82c1\"> </a><a name=\"hcdf610b38-2561-423c-b17a-36364f5a82c1\"> </a></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\">ResourceMedicationRequest "df610b38-2561-423c-b17a-36364f5a82c1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-medicationrequest.html\">UAPI MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Alecensa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-product-name.html\">UAPI Code System - Product Names</a>#alecensa)</span></p><p><b>subject</b>: See on this page: urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</p><p><b>requester</b>: See on this page: urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</p><p><b>insurance</b>: See on this page: urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df</p><p><b>note</b>: 600 mg twice a day</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: 2 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 3</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>mo</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>mo</td></tr></table></blockquote></div>" ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-product-name"^^xsd:anyURI ] ; fhir:code [ fhir:v "alecensa" ] ; fhir:display [ fhir:v "Alecensa" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ] ; fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ] ; # fhir:insurance ( [ fhir:reference [ fhir:v "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df" ] ; fhir:type [ fhir:v "Coverage"^^xsd:anyURI ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "600 mg twice a day" ] ] ) ; # fhir:dosageInstruction ( [ fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "600"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "3"^^xsd:nonNegativeInteger ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "mo" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mo" ] ] ] . # <urn:uuid:d3637025-883d-4678-9e0a-1d243a338f9f> a fhir:Organization ; fhir:id [ fhir:v "d3637025-883d-4678-9e0a-1d243a338f9f"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"^^xsd:anyURI ; fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_d3637025-883d-4678-9e0a-1d243a338f9f\"> </a><p><b>Generated Narrative: Organization</b><a name=\"d3637025-883d-4678-9e0a-1d243a338f9f\"> </a><a name=\"hcd3637025-883d-4678-9e0a-1d243a338f9f\"> </a></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\">ResourceOrganization "d3637025-883d-4678-9e0a-1d243a338f9f" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://vendor.com/ab</code>/PAY-111 (use: usual)</p><p><b>type</b>: Insurance Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-organization-type.html\">Organization type</a>#ins)</span></p><p><b>name</b>: Dakotacare</p><p><b>telecom</b>: ph: 8778472862(WORK)</p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ; fhir:value [ fhir:v "PAY-111" ] ; fhir:assigner [ fhir:display [ fhir:v "AB Vendor" ] ] ] ) ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ins" ] ] ) ] ) ; # fhir:name [ fhir:v "Dakotacare"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "8778472862" ] ; fhir:use [ fhir:v "work" ] ; fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ] ) . #
IG © 2021+ . Package gene.com.fhir.uapi#1.1.20 based on FHIR 4.3.0. Generated 2024-06-26
Links: Table of Contents |
QA Report