This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "ConceptMap-statoCivile"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>HL7_ISTAT_StatoCivile (http://hl7.it/fhir/ConceptMap/ConceptMap-statoCivile)</h2><p>Mapping from http://hl7.it/fhir/ValueSet/ValueSet-statoCivile to <a href=\"CodeSystem-istat-statoCivile.html\">http://terminology.hl7.it/CodeSystem/istat-statoCivile</a></p><p>DRAFT (not intended for production usage). Published on 2012-06-13 by HL7 Italia (<a href=\"http://hl7.it\">http://hl7.it</a>). </p><div><p>Mapping da Value 'statoCivile' a Tabella Istat Stato Civile.</p>\n</div><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td><td><b>Comment</b></td></tr><tr><td>S (Never Married)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>1 (Celibe/Nubile)</td><td/></tr><tr><td>M (Married)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>2 (Coniugato/a)</td><td/></tr><tr><td>D (Divorced)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>4 (Divorziato/a)</td><td/></tr><tr><td>W (Widowed)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>3 (Vedovo/a)</td><td/></tr><tr><td>A (Annulled)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#inexact\">maps loosely to</a></td><td>9 (Non classificabile/ignoto/n.c)</td><td>Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c'</td></tr><tr><td>L (Legally Separated)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#inexact\">maps loosely to</a></td><td>9 (Non classificabile/ignoto/n.c)</td><td>Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c'</td></tr></table><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td><td><b>Comment</b></td></tr><tr><td>UNK (unknown)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#wider\">maps to wider concept</a></td><td>9 (Non classificabile/ignoto/n.c)</td><td>Il target comprende concetti come 'non classificabile' che corrspondono a nullFlavor tipo UNC e/o OTH</td></tr></table><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>6 (Unito civilmente)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>6 (Unito civilmente)</td></tr><tr><td>7 (Stato libero a seguito di decesso della parte unita civilmente)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>7 (Stato libero a seguito di decesso della parte unita civilmente)</td></tr><tr><td>8 (Stato libero a seguito di scioglimento dell'unione)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\">is equivalent to</a></td><td>8 (Stato libero a seguito di scioglimento dell'unione)</td></tr></table></div>" ]; fhir:ConceptMap.url [ fhir:value "http://hl7.it/fhir/ConceptMap/ConceptMap-statoCivile"]; fhir:ConceptMap.version [ fhir:value "0.1.0"]; fhir:ConceptMap.name [ fhir:value "HL7_ISTAT_StatoCivile"]; fhir:ConceptMap.title [ fhir:value "Mapping fra VS HL7 e Tabella ISTAT Stato Civile"]; fhir:ConceptMap.status [ fhir:value "draft"]; fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2012-06-13"^^xsd:date]; fhir:ConceptMap.publisher [ fhir:value "HL7 Italia"]; fhir:ConceptMap.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.it" ] ] ]; fhir:ConceptMap.description [ fhir:value "Mapping da Value 'statoCivile' a Tabella Istat Stato Civile."]; fhir:ConceptMap.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "IT" ] ] ]; fhir:ConceptMap.purpose [ fhir:value "Esempio di mapping fra value set."]; fhir:ConceptMap.sourceUri [ fhir:value "http://hl7.it/fhir/ValueSet/ValueSet-statoCivile"]; fhir:ConceptMap.targetUri [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile"]; fhir:ConceptMap.group [ fhir:index 0; fhir:ConceptMap.group.source [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ]; fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "S" ]; fhir:ConceptMap.group.element.display [ fhir:value "Never Married" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "1" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Celibe" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 1; fhir:ConceptMap.group.element.code [ fhir:value "M" ]; fhir:ConceptMap.group.element.display [ fhir:value "Married" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "2" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Sposato" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 2; fhir:ConceptMap.group.element.code [ fhir:value "D" ]; fhir:ConceptMap.group.element.display [ fhir:value "Divorziato" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "4" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Divorziato/a" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 3; fhir:ConceptMap.group.element.code [ fhir:value "W" ]; fhir:ConceptMap.group.element.display [ fhir:value "Vedovo" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "3" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Vedovo/a" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 4; fhir:ConceptMap.group.element.code [ fhir:value "A" ]; fhir:ConceptMap.group.element.display [ fhir:value "Vedovo" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "9" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Non classificabile/ignoto/n.c" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "inexact" ]; fhir:ConceptMap.group.element.target.comment [ fhir:value "Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c'" ] ] ], [ fhir:index 5; fhir:ConceptMap.group.element.code [ fhir:value "L" ]; fhir:ConceptMap.group.element.display [ fhir:value "Vedovo" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "9" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Non classificabile/ignoto/n.c" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "inexact" ]; fhir:ConceptMap.group.element.target.comment [ fhir:value "Concetto non classificato nel target, quindi associato alla classe 9 'Non classificabile/ignoto/n.c'" ] ] ] ], [ fhir:index 1; fhir:ConceptMap.group.source [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ]; fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "UNK" ]; fhir:ConceptMap.group.element.display [ fhir:value "Unknown" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "9" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Non classificabile/ignoto/n.c" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "wider" ]; fhir:ConceptMap.group.element.target.comment [ fhir:value "Il target comprende concetti come 'non classificabile' che corrspondono a nullFlavor tipo UNC e/o OTH" ] ] ] ], [ fhir:index 2; fhir:ConceptMap.group.source [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile" ]; fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "6" ]; fhir:ConceptMap.group.element.display [ fhir:value "Unito civilmente" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "6" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Unito civilmente" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 1; fhir:ConceptMap.group.element.code [ fhir:value "7" ]; fhir:ConceptMap.group.element.display [ fhir:value "Stato libero a seguito di decesso della parte unita civilmente" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "7" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Stato libero a seguito di decesso della parte unita civilmente" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 2; fhir:ConceptMap.group.element.code [ fhir:value "8" ]; fhir:ConceptMap.group.element.display [ fhir:value "Stato libero a seguito di scioglimento dell'unione" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "8" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Stato libero a seguito di scioglimento dell'unione" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.