Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Mapping ONC Relational Concepts to NANDA-I - TTL Representation

Draft as of 2026-07-10

Raw ttl | Download


@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/ConceptMap/onc-to-nanda> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "onc-to-nanda"] ;
  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: ConceptMap onc-to-nanda</b></p><a name=\"onc-to-nanda\"> </a><a name=\"hconc-to-nanda\"> </a><p>Mapping from https://opennursingcoreig.com/ValueSet/onc-relational-findings-vs to https://opennursingcoreig.com/CodeSystem/nanda-i-PLACEHOLDER</p><br/><p>Mapping from <a href=\"CodeSystem-onc-observation-codes.html\">ONC Observation Codes</a> to <code>https://opennursingcoreig.com/CodeSystem/nanda-i-PLACEHOLDER</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>patient-story</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>00053 (Social Isolation)</td></tr><tr><td>relational-engagement (Relational Engagement Score)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>00054 (Risk for Loneliness)</td></tr><tr><td>skintone-observation</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#specializes\" title=\"specializes\">has specialization</a></td><td>399912005 (Wound Assessment)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://opennursingcoreig.com/ConceptMap/onc-to-nanda"] ;
  fhir:ConceptMap.version [ fhir:value "1.0.0"] ;
  fhir:ConceptMap.name [ fhir:value "ONCToNandaMapping"] ;
  fhir:ConceptMap.title [ fhir:value "Mapping ONC Relational Concepts to NANDA-I"] ;
  fhir:ConceptMap.status [ fhir:value "draft"] ;
  fhir:ConceptMap.date [ fhir:value "2026-07-10T11:01:35+00:00"^^xsd:dateTime] ;
  fhir:ConceptMap.publisher [ fhir:value "The Open Nursing Community"] ;
  fhir:ConceptMap.description [ fhir:value "Maps Open Nursing Core clinical findings to NANDA-I Nursing Diagnoses. NOT PRODUCTION-READY: see the placeholder-canonical note below."] ;
  fhir:ConceptMap.sourceCanonical [
     fhir:value "https://opennursingcoreig.com/ValueSet/onc-relational-findings-vs" ;
     fhir:link <https://opennursingcoreig.com/ValueSet/onc-relational-findings-vs>
  ] ;
  fhir:ConceptMap.targetCanonical [
     fhir:value "https://opennursingcoreig.com/CodeSystem/nanda-i-PLACEHOLDER" ;
     fhir:link <https://opennursingcoreig.com/CodeSystem/nanda-i-PLACEHOLDER>
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "https://opennursingcoreig.com/CodeSystem/onc-observation-codes" ] ;
     fhir:ConceptMap.group.target [ fhir:value "https://opennursingcoreig.com/CodeSystem/nanda-i-PLACEHOLDER" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "patient-story" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "00053" ] ;
         fhir:ConceptMap.group.element.target.display [ fhir:value "Social Isolation" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "relational-engagement" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "00054" ] ;
         fhir:ConceptMap.group.element.target.display [ fhir:value "Risk for Loneliness" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ]
       ]
     ], [
       fhir:index 2 ;
       fhir:ConceptMap.group.element.code [ fhir:value "skintone-observation" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "399912005" ] ;
         fhir:ConceptMap.group.element.target.display [ fhir:value "Wound Assessment" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/onc-to-nanda.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/onc-to-nanda.ttl> .