1.5.3 - release
SHINNYHRSN - Local Development build (v1.5.3) 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 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocationExample-CBO"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2024-02-23T00:00:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationExample-CBO</b></p><a name=\"LocationExample-CBO\"> </a><a name=\"hcLocationExample-CBO\"> </a><a name=\"LocationExample-CBO-en-US\"> </a><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\">Last updated: 2024-02-23 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/sdoh-clinicalcare/STU2.2/StructureDefinition-SDOHCC-Location.html\">SDOHCC Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: uptown location</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CSC}\">community service center</span></p><p><b>address</b>: 111 Care Ridge St, New York, NY 10001</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationExampleCBO.html\">Organization CBO</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "uptown location"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CSC" ] ] )
] ) ; #
fhir:address [
fhir:id [ fhir:v "LocationAddressExample-CBO" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "111 Care Ridge St, New York, NY 10001" ] ;
( fhir:line [ fhir:v "111 Care Ridge St" ] ) ;
fhir:city [ fhir:v "New York" ] ;
fhir:district [ fhir:v "New York County" ] ;
fhir:state [ fhir:v "NY" ] ;
fhir:postalCode [ fhir:v "10001" ]
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bu" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/OrganizationExampleCBO" ]
] . #
IG © 2024+ shinny. Package us.ny.hrsn#1.5.3 based on FHIR 4.0.1. Generated 2025-07-23
Links: Table of Contents |
QA Report