Guidance for FHIR IG Creation
0.1.0 - CI Build
Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions
Active as of 2025-07-09 |
@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 "map-logical-patient"] ; #
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 map-logical-patient</b></p><a name=\"map-logical-patient\"> </a><a name=\"hcmap-logical-patient\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"StructureDefinition-test-patient-profile.html\">TestPatientProfile</a> to <a href=\"StructureDefinition-test-logical-patient.html\">LogicalPatient</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Card.</b></td><td><b>Type</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Card.</b></td><td><b>Type</b></td><td><b>Comment</b></td></tr><tr><td><a href=\"StructureDefinition-test-patient-profile.html#Patient\">Patient</a></td><td>0..*</td><td>todo</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person\">Person</a></td><td>0..1</td><td>todo</td><td/></tr><tr><td><a href=\"StructureDefinition-test-patient-profile.html#Patient.active\">Patient.active</a></td><td>1..1</td><td>todo</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person.valid\">Person.valid</a></td><td>1..1</td><td>todo</td><td/></tr><tr><td><a href=\"StructureDefinition-test-patient-profile.html#Patient.name\">Patient.name</a></td><td>1..1</td><td>todo</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person.name\">Person.name</a></td><td>1..1</td><td>todo</td><td>where(use='official')</td></tr><tr><td><a href=\"StructureDefinition-test-patient-profile.html#Patient.birthDate\">Patient.birthDate</a></td><td>1..1</td><td>todo</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person.dob\">Person.dob</a></td><td>1..1</td><td>todo</td><td/></tr><tr><td colspan=\"3\">Patient.deceasedDateTime</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person.dod\">Person.dod</a></td><td>0..1</td><td>todo</td><td/></tr><tr><td><a href=\"StructureDefinition-test-patient-profile.html#Patient.address\">Patient.address</a></td><td>0..0</td><td>todo</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a></td><td><a href=\"StructureDefinition-test-logical-patient.html#Person.address\">Person.address</a></td><td>0..1</td><td>todo</td><td>where(use='usual')</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/howto/StructureDefinition/map-logical-patient"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LogicalPatientMap"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-07-09T09:29:23+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - FHIR Management Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "other" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/fhirmg" ] ] )
] ) ; #
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:purpose [ fhir:v "Testing Model to Model Mapping"] ; #
fhir:group ( [
fhir:source [
fhir:v "http://hl7.org/fhir/uv/howto/StructureDefinition/test-patient-profile?codesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/howto/StructureDefinition/test-patient-profile?codesystem> ] ;
fhir:target [
fhir:v "http://hl7.org/fhir/uv/howto/StructureDefinition/test-logical-patient?codesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/howto/StructureDefinition/test-logical-patient?codesystem> ] ;
( fhir:element [
fhir:code [ fhir:v "Patient" ] ;
( fhir:target [
fhir:code [ fhir:v "Person" ] ;
fhir:relationship [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "Patient.active" ] ;
( fhir:target [
fhir:code [ fhir:v "Person.valid" ] ;
fhir:relationship [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "Patient.name" ] ;
( fhir:target [
fhir:code [ fhir:v "Person.name" ] ;
fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
fhir:comment [ fhir:v "where(use='official')" ] ] ) ] [
fhir:code [ fhir:v "Patient.birthDate" ] ;
( fhir:target [
fhir:code [ fhir:v "Person.dob" ] ;
fhir:relationship [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "Patient.deceasedDateTime" ] ;
( fhir:target [
fhir:code [ fhir:v "Person.dod" ] ;
fhir:relationship [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "Patient.address" ] ;
( fhir:target [
fhir:code [ fhir:v "Person.address" ] ;
fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
fhir:comment [ fhir:v "where(use='usual')" ] ] ) ] )
] ) . #
IG © 2019+ HL7 International - FHIR Management Group. Package hl7.fhir.uv.howto#0.1.0 based on FHIR 5.0.0. Generated 2025-08-22
Links: Table of Contents |
QA Report