1.9.3 - release
SHINNYHRSN - Local Development build (v1.9.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Location/LocationExample-SCN> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "LocationExample-SCN"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2024-02-23T00:00:00Z"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Location>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationExample-SCN</b></p><a name=\"LocationExample-SCN\"> </a><a name=\"hcLocationExample-SCN\"> </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>: downtown 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>: 115 Broadway Suite #1601 New York NY 10006 </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-OrganizationExampleOther-SCN1.html\">Organization Care Ridge SCN</a></p></div>"
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "downtown location"] ;
fhir:Location.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "CSC" ]
]
] ;
fhir:Location.address [
fhir:Element.id [ fhir:value "SCNAddressLocation" ] ;
fhir:Address.type [ fhir:value "physical" ] ;
fhir:Address.line [
fhir:value "115 Broadway Suite #1601" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "New York" ] ;
fhir:Address.district [ fhir:value "MANHATTAN" ] ;
fhir:Address.state [ fhir:value "NY" ] ;
fhir:Address.postalCode [ fhir:value "10006" ]
] ;
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "bu" ]
]
] ;
fhir:Location.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/OrganizationExampleOther-SCN1> ;
fhir:Reference.reference [ fhir:value "Organization/OrganizationExampleOther-SCN1" ]
] .
<http://hl7.org/fhir/Organization/OrganizationExampleOther-SCN1> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/LocationExample-SCN.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/LocationExample-SCN.ttl> .
IG © 2024+ shinny. Package us.ny.hrsn#1.9.3 based on FHIR 4.0.1. Generated 2026-07-24
Links: Table of Contents |
QA Report