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 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "45cf0b29-8c1d-4882-91e1-00bc28c06a52"] ; #
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\"><p><b>Generated Narrative: Organization</b><a name=\"45cf0b29-8c1d-4882-91e1-00bc28c06a52\"> </a><a name=\"hc45cf0b29-8c1d-4882-91e1-00bc28c06a52\"> </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 "45cf0b29-8c1d-4882-91e1-00bc28c06a52" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://SOT.com/ab</code>/Infusion Site Id (use: usual)</p><p><b>type</b>: Site of Treatment <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>#other)</span></p><p><b>name</b>: Infusion Centre</p><p><b>telecom</b>: ph: 8882704882(WORK), fax: 8179974042(WORK)</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: -unknown-</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://SOT.com/ab"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Infusion Site Id" ] ;
fhir:assigner [
fhir:display [ fhir:v "Site of Treatment/Infusion Centre Name" ] ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Site of Treatment" ] ] ) ;
fhir:text [ fhir:v "Site of Treatment" ]
] ) ; #
fhir:name [ fhir:v "Infusion Centre"] ; #
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 ]
] ) ; #
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" ] ] )
] ) . #
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