Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament, published by Interop'Santé. 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/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: Conversion PN13 vers FHIR pour le professionnel prescripteur d'une prescription de médicaments avec uniquement un identifiant fourni - TTL Representation

Draft as of 2024-09-18

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 -------------------------------------------------------------------

 a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PN13-FHIR-prescmed-practitioner-id-seule-conceptmap"] ; # 
  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 PN13-FHIR-prescmed-practitioner-id-seule-conceptmap</b></p><a name=\"PN13-FHIR-prescmed-practitioner-id-seule-conceptmap\"> </a><a name=\"hcPN13-FHIR-prescmed-practitioner-id-seule-conceptmap\"> </a><a name=\"PN13-FHIR-prescmed-practitioner-id-seule-conceptmap-en-US\"> </a><p>Mapping from https://interopsante.org/pn13/xsd to https://hl7.fr/ig/fhir/medication/StructureDefinition/FrInpatientMedicationRequest</p><br/><p><b>Group 1 </b>Mapping from <code>unspecified code system</code> to <code>unspecified code system</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>Messages/M_prescription_médicaments/Prescription/Elément_prescr_médic/Id_prescripteur</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>MedicationRequest.requester.identifier.value</td></tr><tr><td>Messages/M_prescription_médicaments/Prescription/Elément_prescr_médic/Id_prescripteur@Phast-uri_nomenclature</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>MedicationRequest.encounter.identifier.system</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7.fr/fhir/fr/medication/ConceptMap/PN13-FHIR-prescmed-practitioner-id-seule-conceptmap"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FrPN13FHIRMedicationPrescriptionPractitionerIdSeuleConceptMap"] ; # 
  fhir:title [ fhir:v "Conversion PN13 vers FHIR pour le professionnel prescripteur d'une prescription de médicaments avec uniquement un identifiant fourni"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-09-18T09:33:46+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Interop'Santé"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Interop'Santé" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://interopsante.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ConceptMap pour la conversion PN13 vers FHIR du professionnel prescripteur d'une prescritpion de médicament avec uniquement un identifiant fourni"] ; # 
  fhir:source [ fhir:v "https://interopsante.org/pn13/xsd"^^xsd:anyURI] ; # 
  fhir:target [ fhir:v "https://hl7.fr/ig/fhir/medication/StructureDefinition/FrInpatientMedicationRequest"^^xsd:anyURI] ; # 
  fhir:group ( [
    ( fhir:element [
fhir:code [ fhir:v "Messages/M_prescription_médicaments/Prescription/Elément_prescr_médic/Id_prescripteur" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MedicationRequest.requester.identifier.value" ] ;
fhir:equivalence [ fhir:v "equal" ]       ] )     ] [
fhir:code [ fhir:v "Messages/M_prescription_médicaments/Prescription/Elément_prescr_médic/Id_prescripteur@Phast-uri_nomenclature" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MedicationRequest.encounter.identifier.system" ] ;
fhir:equivalence [ fhir:v "equal" ]       ] )     ] )
  ] ) . #