FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ConceptMap/sc-goal-achievement (Turtle)

Patient Care Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Canonical Mapping for "Goal Achievement Status"

@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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sc-goal-achievement"] ; # 
  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: ConceptMap sc-goal-achievement</b></p><a name=\"sc-goal-achievement\"> </a><a name=\"hcsc-goal-achievement\"> </a><a name=\"sc-goal-achievement-en-US\"> </a><p>Mapping from <a href=\"valueset-goal-achievement.html\">Goal Achievement Status</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-goal-achievement.html\">Goal achievement status</a> to <a href=\"codesystem-resource-status.html\">Canonical Status Codes for FHIR Resources</a></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>in-progress</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>sustaining</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>improving</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>worsening</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>no-change</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>achieved</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>complete</td></tr><tr><td>not-attainable</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>abandoned</td></tr><tr><td>no-progress</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>not-done</td></tr><tr><td>not-achieved</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>not-done</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ConceptMap/sc-goal-achievement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "GoalAchievementStatusCanonicalMap"] ; # 
  fhir:title [ fhir:v "Canonical Mapping for \"Goal Achievement Status\""] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Care WG"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Canonical Mapping for \"Describes the progression, or lack thereof, towards the goal against the target.\""] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:sourceScope [
     fhir:v "http://hl7.org/fhir/ValueSet/goal-achievement"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/goal-achievement>
  ] ; # 
  fhir:targetScope [
     fhir:v "http://hl7.org/fhir/ValueSet/resource-status"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/resource-status>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ;
       fhir:link <http://terminology.hl7.org/CodeSystem/goal-achievement>
     ] ;
     fhir:target [
       fhir:v "http://hl7.org/fhir/resource-status"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/resource-status>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "in-progress" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "sustaining" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "improving" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "worsening" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "no-change" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "active" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "achieved" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "complete" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "not-attainable" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "abandoned" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "no-progress" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "not-done" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "not-achieved" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "not-done" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] )
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.