Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Maps MODS Status Codes to FHIR Status Codes (for various observations) - TTL Representation
Raw ttl | Download
@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:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MODS-FHIRStatus-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap MODS-FHIRStatus-1</b></p><a name=\"MODS-FHIRStatus-1\"> </a><a name=\"hcMODS-FHIRStatus-1\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-flag-status.html\">FlagStatus</a> to <code>https://data.digitisingsocialcare.co.uk/mods/v1/alert-status</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>entered-in-error (The flag was added in error and should no longer be displayed.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>entered-in-error (The flag was added in error and should no longer be displayed.)</td></tr><tr><td>inactive</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>inactive (The flag no longer needs to be displayed.)</td></tr><tr><td>active (A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>active (A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag.)</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ConceptMap/MODS-FHIRStatus-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ConceptMap/MODS-FHIRStatus-1>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MODS-Status-FHIR-Status"] ; #
fhir:title [ fhir:v "Maps MODS Status Codes to FHIR Status Codes (for various observations)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2012-06-13"^^xsd:date] ; #
fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://synanetics.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@synanetics.com" ] ] )
] ) ; #
fhir:description [ fhir:v "A mapping to/from the MODS Flag Status to FHIR Flag Status"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:group ( [
fhir:source [
fhir:v "http://hl7.org/fhir/flag-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/flag-status> ] ;
fhir:target [
fhir:v "https://data.digitisingsocialcare.co.uk/mods/v1/alert-status"^^xsd:anyURI ;
fhir:l <https://data.digitisingsocialcare.co.uk/mods/v1/alert-status> ] ;
( fhir:element [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "The flag was added in error and should no longer be displayed." ] ;
( fhir:target [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "The flag was added in error and should no longer be displayed." ] ;
fhir:equivalence [ fhir:v "equal" ] ] ) ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ] ;
( fhir:target [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "The flag no longer needs to be displayed." ] ;
fhir:equivalence [ fhir:v "equal" ] ] ) ] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag." ] ;
( fhir:target [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag." ] ;
fhir:equivalence [ fhir:v "equal" ] ] ) ] )
] ) . #