Search FHIR

POC - Mapping CDA to FHIR
0.1.0 - ci-build France flag

POC - Mapping CDA to FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - TTL Representation

Raw ttl | Download


@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:ClinicalDocument ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:realmCode ( [
fhir:code [ fhir:v "FR" ]
  ] ) ; #  
#      **********************************************************************************************************
#      Document : Carnet de santé de l'enfant - Mesures de l'enfant (CSE-MDE_2023.01)
#      Auteur : ANS
#      **********************************************************************************************************
#      format HL7 - CDA Release 2 N3
#      **********************************************************************************************************
#      Historique :    
#      06/01/2023 : Création du document
#      ********************************************************************************************************** ,  ************************************************************
#        En-tête du document        
#   ************************************************************* 
  fhir:typeId [
fhir:extension [ fhir:v "POCD_HD000040" ] ;
fhir:root [ fhir:v "2.16.840.1.113883.1.3" ]
  ] ; #  Référencement au standard CDAr2 
  fhir:templateId ( [
fhir:root [ fhir:v "2.16.840.1.113883.2.8.2.1" ]
  ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.1.1" ]
  ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.1.1" ]
  ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.1.5" ]
  ] [
fhir:extension [ fhir:v "2023.01" ] ;
fhir:root [ fhir:v "1.2.250.1.213.1.1.1.5.4" ]
  ] ) ; #  Conformité spécifications HL7 France 
  fhir:id [
fhir:root [ fhir:v "1.2.250.1.213.1.1.1.5.2023.1.1" ]
  ] ; #  Identifiant du document 
  fhir:code [
fhir:code [ fhir:v "29274-8" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:displayName [ fhir:v "Mesures de signes vitaux" ]
  ] ; #  Code du document 
  fhir:title [
fhir:xmlText [ fhir:v "Carnet de santé de l'enfant - Mesures de l'enfant" ]
  ] ; #  Titre du document 
  fhir:effectiveTime [
fhir:value [ fhir:v "2023-01-06T11:36:23+01:00"^^xsd:dateTime ]
  ] ; #  Date de production du document 
  fhir:confidentialityCode [
fhir:code [ fhir:v "N" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.25" ] ;
fhir:displayName [ fhir:v "Normal" ]
  ] ; #  Niveau de confidentialité du document 
  fhir:languageCode [
fhir:code [ fhir:v "fr-FR" ]
  ] ; #  Langage utilisé dans le document 
  fhir:setId [
fhir:root [ fhir:v "1.2.250.1.213.1.1.1.5.4.2023.1" ]
  ] ; #  Identifiant commun à toutes les versions successives du document 
  fhir:versionNumber [
fhir:value [ fhir:v 4 ]
  ] ; #  Numéro de la version du présent document (entier positif) 
  fhir:recordTarget ( [
fhir:patientRole [
      ( fhir:id [
fhir:extension [ fhir:v "222127505611201" ] ;
fhir:root [ fhir:v "1.2.250.1.213.1.4.8" ]       ] [
fhir:extension [ fhir:v "1234567890121" ] ;
fhir:root [ fhir:v "1.2.3.4.5.6.7.8.9.10" ]       ] ) ; #  INS-NIR 
      ( fhir:addr [
        ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "24" ]           ]         ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Avenue de Breteuil" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75007" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]           ]         ] [
fhir:country [
fhir:xmlText [ fhir:v "FRANCE" ]           ]         ] )       ] ) ; #  Adresse 
      ( fhir:telecom [
        ( fhir:use [ fhir:v "H" ] ) ;
fhir:value [
fhir:v "tel:0147150000"^^xsd:anyURI ;
fhir:l fhir:tel:0147150000         ]       ] ) ;
fhir:patient [
fhir:classCode [ fhir:v "PSN" ] ;
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ] ;
              ( fhir:qualifier [ fhir:v "BR" ] )             ] ) #  Nom et prénom(s) de naissance            ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Ruth Isabelle" ]             ] ) #  Prénoms de l’acte de naissance            ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Ruth" ] ;
              ( fhir:qualifier [ fhir:v "BR" ] )             ] ) #  Premier prénom de l’acte de naissance            ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ] ;
              ( fhir:qualifier [ fhir:v "CL" ] )             ] ) #  Nom et prénom utilisés            ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Ruth" ] ;
              ( fhir:qualifier [ fhir:v "CL" ] )             ] )           ] )         ] ) ;
fhir:administrativeGenderCode [
fhir:code [ fhir:v "F" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.1" ] ;
fhir:displayName [ fhir:v "Féminin" ]         ] ;
fhir:birthTime [
fhir:value [ fhir:v "2022-12-25"^^xsd:date ]         ] ;
        ( fhir:guardian [
          ( fhir:addr [
            ( fhir:use [ fhir:v "H" ] ) ;
            ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "24" ]               ]             ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Avenue de Breteuil" ]               ]             ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75007" ]               ]             ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]               ]             ] [
fhir:country [
fhir:xmlText [ fhir:v "FRANCE" ]               ]             ] )           ] ) ;
          ( fhir:telecom [
            ( fhir:use [ fhir:v "H" ] ) ;
fhir:value [
fhir:v "tel:0147150000"^^xsd:anyURI ;
fhir:l fhir:tel:0147150000             ]           ] ) ;
fhir:guardianPerson [
            ( fhir:name [
              ( fhir:item [
                ( fhir:prefix [
fhir:xmlText [ fhir:v "MME" ]                 ] )               ] [
                ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ]                 ] )               ] [
                ( fhir:given [
fhir:xmlText [ fhir:v "Marie" ]                 ] )               ] )             ] )           ]         ] ) ; #  Représentant de l'enfant 
fhir:birthplace [
fhir:place [
fhir:name [
              ( fhir:item [
fhir:xmlText [ fhir:v "Centre Hospitalier Cochin" ]               ] )             ] ;
fhir:addr [
              ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "27" ]                 ]               ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Faubourg Saint-Jacques" ]                 ]               ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75014" ]                 ]               ] [
fhir:county [
fhir:xmlText [ fhir:v "75056" ]                 ]               ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]                 ]               ] )             ]           ]         ] #  Lieu de naissance        ]     ]
  ] ) ; #  Patient 
  fhir:author ( [
fhir:time [
fhir:value [ fhir:v "2023-01-06T11:36:23+01:00"^^xsd:dateTime ]     ] ;
fhir:assignedAuthor [
      ( fhir:id [
fhir:extension [ fhir:v "801234567897" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.1" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "G15_10/SM40" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.5" ] ;
fhir:displayName [ fhir:v "Médecin - Pédiatrie (SM)" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]           ]         ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022         ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Charles" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "MULLER" ]             ] )           ] [
            ( fhir:prefix [
fhir:xmlText [ fhir:v "M" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "DR" ]             ] )           ] )         ] )       ] ;
fhir:representedOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "2801234567" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.2" ]         ] ) ;
        ( fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]           ] )         ] ) ;
        ( fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022           ]         ] ) ;
        ( fhir:addr [
          ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]             ]           ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]             ]           ] )         ] )       ]     ]
  ] ) ; #  Auteur du document 
  fhir:informant ( [
fhir:relatedEntity [
fhir:classCode [ fhir:v "CON" ] ;
fhir:code [
fhir:code [ fhir:v "MTH" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ] ;
fhir:displayName [ fhir:v "Mère" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "24 Avenue de Breteuil" ]           ]         ] [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "75007 PARIS" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "H" ] ) ;
fhir:value [
fhir:v "tel:0147150000"^^xsd:anyURI ;
fhir:l fhir:tel:0147150000         ]       ] ) ;
fhir:relatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Marie" ]             ] )           ] [
            ( fhir:prefix [
fhir:xmlText [ fhir:v "MME" ]             ] )           ] )         ] )       ]     ]
  ] [
fhir:relatedEntity [
fhir:classCode [ fhir:v "CON" ] ;
fhir:code [
fhir:code [ fhir:v "FTH" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ] ;
fhir:displayName [ fhir:v "Père" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "24 Avenue de Breteuil" ]           ]         ] [
fhir:streetAddressLine [
fhir:xmlText [ fhir:v "75007 PARIS" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "H" ] ) ;
fhir:value [
fhir:v "tel:0147150000"^^xsd:anyURI ;
fhir:l fhir:tel:0147150000         ]       ] ) ;
fhir:relatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Guillaume" ]             ] )           ] [
            ( fhir:prefix [
fhir:xmlText [ fhir:v "M" ]             ] )           ] )         ] )       ]     ]
  ] [
fhir:relatedEntity [
fhir:classCode [ fhir:v "ECON" ] ;
fhir:code [
fhir:code [ fhir:v "SIS" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ] ;
fhir:displayName [ fhir:v "Soeur" ]       ] ;
      ( fhir:addr [
fhir:nullFlavor [ fhir:v "NAV" ]       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "MC" ] ) ;
fhir:value [
fhir:v "tel:0647150100"^^xsd:anyURI ;
fhir:l fhir:tel:0647150100         ]       ] ) ;
fhir:relatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Sophie" ]             ] )           ] )         ] )       ]     ]
  ] [
fhir:relatedEntity [
fhir:classCode [ fhir:v "NOK" ] ;
fhir:code [
fhir:code [ fhir:v "SIS" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.111" ] ;
fhir:displayName [ fhir:v "Soeur" ]       ] ;
      ( fhir:addr [
fhir:nullFlavor [ fhir:v "NAV" ]       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "MC" ] ) ;
fhir:value [
fhir:v "tel:0647150100"^^xsd:anyURI ;
fhir:l fhir:tel:0647150100         ]       ] ) ;
fhir:relatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "DECOURCY" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Sophie" ]             ] )           ] )         ] )       ]     ]
  ] ) ; #  Informateur : la mère de l'enfant 
  fhir:custodian [
fhir:assignedCustodian [
fhir:representedCustodianOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "2801234567" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.2" ]         ] ) ;
fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]           ] )         ] ;
fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022           ]         ] ;
fhir:addr [
          ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]             ]           ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]             ]           ] )         ]       ]     ]
  ] ; #  Structure chargée de la conservation du document 
  fhir:legalAuthenticator [
fhir:time [
fhir:value [ fhir:v "2023-01-06T11:36:23+01:00"^^xsd:dateTime ]     ] ;
fhir:signatureCode [
fhir:code [ fhir:v "S" ]     ] ;
fhir:assignedEntity [
      ( fhir:id [
fhir:extension [ fhir:v "801234567897" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.1" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "G15_10/SM40" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.5" ] ;
fhir:displayName [ fhir:v "Médecin - Pédiatrie (SM)" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]           ]         ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022         ]       ] ) ;
fhir:assignedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:given [
fhir:xmlText [ fhir:v "Charles" ]             ] )           ] [
            ( fhir:family [
fhir:xmlText [ fhir:v "MULLER" ]             ] )           ] [
            ( fhir:prefix [
fhir:xmlText [ fhir:v "M" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "DR" ]             ] )           ] )         ] )       ] ;
fhir:representedOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "2801234567" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.2" ]         ] ) ;
        ( fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]           ] )         ] ) ;
        ( fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022           ]         ] ) ;
        ( fhir:addr [
          ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]             ]           ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]             ]           ] )         ] ) ;
fhir:standardIndustryClassCode [
fhir:code [ fhir:v "ETABLISSEMENT" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.9" ] ;
fhir:displayName [ fhir:v "Etablissement de santé" ]         ]       ]     ]
  ] ; #  Responsable du document 
  fhir:participant ( [
fhir:typeCode [ fhir:v "INF" ] ;
fhir:functionCode [
fhir:code [ fhir:v "PCP" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.88" ] ;
fhir:displayName [ fhir:v "Médecin traitant" ]     ] ;
fhir:time [
fhir:nullFlavor [ fhir:v "NA" ]     ] ;
fhir:associatedEntity [
fhir:classCode [ fhir:v "PROV" ] ;
      ( fhir:id [
fhir:extension [ fhir:v "801234567897" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.1" ]       ] ) ;
fhir:code [
fhir:code [ fhir:v "G15_10/SM54" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.5" ] ;
fhir:displayName [ fhir:v "Médecin - Médecine Générale (SM)" ]       ] ;
      ( fhir:addr [
        ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]           ]         ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]           ]         ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]           ]         ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]           ]         ] )       ] ) ;
      ( fhir:telecom [
        ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022         ]       ] ) ;
fhir:associatedPerson [
        ( fhir:name [
          ( fhir:item [
            ( fhir:family [
fhir:xmlText [ fhir:v "ANDRE" ]             ] )           ] [
            ( fhir:given [
fhir:xmlText [ fhir:v "Jacques" ]             ] )           ] [
            ( fhir:prefix [
fhir:xmlText [ fhir:v "M" ]             ] )           ] [
            ( fhir:suffix [
fhir:xmlText [ fhir:v "DR" ]             ] )           ] )         ] )       ] ;
fhir:scopingOrganization [
        ( fhir:id [
fhir:extension [ fhir:v "2801234567" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.2" ]         ] ) ;
        ( fhir:name [
          ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]           ] )         ] ) ;
        ( fhir:telecom [
          ( fhir:use [ fhir:v "WP" ] ) ;
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022           ]         ] ) ;
        ( fhir:addr [
          ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]             ]           ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]             ]           ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]             ]           ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]             ]           ] )         ] )       ] #  Etablissement de rattachement du PS      ]
  ] ) ; #  Participant : Médecin traitant 
  fhir:documentationOf ( [
fhir:serviceEvent [
fhir:classCode [ fhir:v "ACT" ] ;
fhir:code [
fhir:code [ fhir:v "11429006" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.96" ] ;
fhir:codeSystemName [ fhir:v "SNOMED CT" ] ;
fhir:displayName [ fhir:v "consultation" ]       ] ;
fhir:effectiveTime [
fhir:low [
fhir:value [ fhir:v "2023-01-06T11:36:23+01:00"^^xsd:dateTime ]         ]       ] ; #  Date de l\"examen médical 
      ( fhir:performer [
fhir:typeCode [ fhir:v "PRF" ] ;
fhir:assignedEntity [
          ( fhir:id [
fhir:extension [ fhir:v "801234567897" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.1" ]           ] ) ;
fhir:code [
fhir:code [ fhir:v "G15_10/SM40" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.5" ] ;
fhir:displayName [ fhir:v "Médecin - Pédiatrie (SM)" ]           ] ;
          ( fhir:addr [
            ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]               ]             ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]               ]             ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]               ]             ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]               ]             ] )           ] ) ;
          ( fhir:telecom [
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022             ]           ] ) ;
fhir:assignedPerson [
            ( fhir:name [
              ( fhir:item [
                ( fhir:given [
fhir:xmlText [ fhir:v "Charles" ]                 ] )               ] [
                ( fhir:family [
fhir:xmlText [ fhir:v "MULLER" ]                 ] )               ] [
                ( fhir:prefix [
fhir:xmlText [ fhir:v "M" ]                 ] )               ] [
                ( fhir:suffix [
fhir:xmlText [ fhir:v "DR" ]                 ] )               ] )             ] )           ] ;
fhir:representedOrganization [
            ( fhir:id [
fhir:extension [ fhir:v "2801234567" ] ;
fhir:root [ fhir:v "1.2.250.1.71.4.2.2" ]             ] ) ;
            ( fhir:name [
              ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]               ] )             ] ) ;
            ( fhir:telecom [
fhir:value [
fhir:v "tel:0140404022"^^xsd:anyURI ;
fhir:l fhir:tel:0140404022               ]             ] ) ;
            ( fhir:addr [
              ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]                 ]               ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]                 ]               ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]                 ]               ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]                 ]               ] )             ] ) ;
fhir:standardIndustryClassCode [
fhir:code [ fhir:v "ETABLISSEMENT" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.213.1.1.4.9" ] ;
fhir:displayName [ fhir:v "Etablissement de santé" ]             ]           ]         ]       ] ) #  Médecin ayant réalisé la consultation      ]
  ] ) ; #  Évènement documenté 
  fhir:componentOf [
fhir:encompassingEncounter [
fhir:code [
fhir:code [ fhir:v "AMB" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.5.4" ] ;
fhir:displayName [ fhir:v "Ambulatoire (hors établissement)" ]       ] ;
fhir:effectiveTime [
fhir:low [
fhir:value [ fhir:v "2023-01-06T11:15:10+01:00"^^xsd:dateTime ]         ] ;
fhir:high [
fhir:value [ fhir:v "2023-01-06T11:36:23+01:00"^^xsd:dateTime ]         ]       ] ;
fhir:location [
fhir:healthCareFacility [
fhir:code [
fhir:code [ fhir:v "SA05" ] ;
fhir:codeSystem [ fhir:v "1.2.250.1.71.4.2.4" ] ;
fhir:displayName [ fhir:v "Centre de santé" ]           ] ;
fhir:location [
fhir:name [
              ( fhir:item [
fhir:xmlText [ fhir:v "Centre de santé du Belvédère" ]               ] )             ] ;
fhir:addr [
              ( fhir:item [
fhir:houseNumber [
fhir:xmlText [ fhir:v "3" ]                 ]               ] [
fhir:streetName [
fhir:xmlText [ fhir:v "Rue Petit Pont" ]                 ]               ] [
fhir:postalCode [
fhir:xmlText [ fhir:v "75005" ]                 ]               ] [
fhir:city [
fhir:xmlText [ fhir:v "PARIS" ]                 ]               ] )             ]           ]         ]       ]     ]
  ] ; #  Association du document à une prise en charge 
  fhir:component [
fhir:structuredBody [
      ( fhir:component [
fhir:section [
          ( fhir:templateId [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.16" ]           ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.3.25" ]           ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.1.5.3.2" ]           ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.2.75" ]           ] ) ; #  Conformité Vital Signs Section (CCD) 
fhir:id [
fhir:root [ fhir:v "2022BE76-7CC9-11EB-9439-0242AC130026" ]           ] ;
fhir:code [
fhir:code [ fhir:v "8716-3" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Signes vitaux" ]           ] ;
fhir:title [
fhir:xmlText [ fhir:v "Signes vitaux" ]           ] ;
fhir:text [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table border=\"0\"><thead><tr><th colspan=\"2\">Mesures</th></tr></thead><tbody><tr><td>Poids</td><td><span id=\"poids\">3900 g</span></td></tr><tr><td>Taille</td><td><span id=\"taille\">52 cm</span></td></tr><tr><td>Périmètre crânien</td><td><span id=\"crane\">35 cm</span></td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ;
          ( fhir:entry [
fhir:organizer [
fhir:classCode [ fhir:v "CLUSTER" ] ;
fhir:moodCode [ fhir:v "EVN" ] ;
              ( fhir:templateId [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.32" ]               ] [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.35" ]               ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13.1" ]               ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.3.49" ]               ] ) ; #  Conformité Result organizer (CCD) 
              ( fhir:id [
fhir:root [ fhir:v "2022BE76-7CC9-11EB-9439-0242AC130027" ]               ] ) ;
fhir:code [
fhir:code [ fhir:v "85353-1" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Signes vitaux" ]               ] ;
fhir:statusCode [
fhir:code [ fhir:v "completed" ]               ] ;
fhir:effectiveTime [
fhir:value [ fhir:v "2021-02-11"^^xsd:date ]               ] ;
              ( fhir:component [
fhir:typeCode [ fhir:v "COMP" ] ;
fhir:observation [
fhir:classCode [ fhir:v "OBS" ] ;
fhir:moodCode [ fhir:v "EVN" ] ;
                  ( fhir:templateId [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.31" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13.2" ]                   ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.3.50" ]                   ] ) ; #  Conformité Result observation (CCD) 
                  ( fhir:id [
fhir:root [ fhir:v "2022BE76-7CC9-11EB-9439-0242AC130028" ]                   ] ) ;
fhir:code [
fhir:code [ fhir:v "29463-7" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Poids" ]                   ] ;
fhir:text [
fhir:reference [
fhir:value [
fhir:v "#poids"^^xsd:anyURI ;
fhir:l <#poids>                       ]                     ]                   ] ;
fhir:statusCode [
fhir:code [ fhir:v "completed" ]                   ] ;
fhir:effectiveTime [
fhir:nullFlavor [ fhir:v "NASK" ]                   ] ;
                  ( fhir:value [
fhir:unit [ fhir:v "g" ] ;
fhir:value [ fhir:v "3900"^^xsd:decimal ]                   ] )                 ]               ] [
fhir:typeCode [ fhir:v "COMP" ] ;
fhir:observation [
fhir:classCode [ fhir:v "OBS" ] ;
fhir:moodCode [ fhir:v "EVN" ] ;
                  ( fhir:templateId [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.31" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13.2" ]                   ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.3.50" ]                   ] ) ; #  Conformité Result observation (CCD) 
                  ( fhir:id [
fhir:root [ fhir:v "2022BE76-7CC9-11EB-9439-0242AC130029" ]                   ] ) ;
fhir:code [
fhir:code [ fhir:v "8302-2" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Taille" ]                   ] ;
fhir:text [
fhir:reference [
fhir:value [
fhir:v "#taille"^^xsd:anyURI ;
fhir:l <#taille>                       ]                     ]                   ] ;
fhir:statusCode [
fhir:code [ fhir:v "completed" ]                   ] ;
fhir:effectiveTime [
fhir:nullFlavor [ fhir:v "NASK" ]                   ] ;
                  ( fhir:value [
fhir:unit [ fhir:v "cm" ] ;
fhir:value [ fhir:v "52"^^xsd:decimal ]                   ] )                 ]               ] [
fhir:typeCode [ fhir:v "COMP" ] ;
fhir:observation [
fhir:classCode [ fhir:v "OBS" ] ;
fhir:moodCode [ fhir:v "EVN" ] ;
                  ( fhir:templateId [
fhir:root [ fhir:v "2.16.840.1.113883.10.20.1.31" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13" ]                   ] [
fhir:root [ fhir:v "1.3.6.1.4.1.19376.1.5.3.1.4.13.2" ]                   ] [
fhir:root [ fhir:v "1.2.250.1.213.1.1.3.50" ]                   ] ) ; #  Conformité Result observation (CCD) 
                  ( fhir:id [
fhir:root [ fhir:v "2022BE76-7CC9-11EB-9439-0242AC130030" ]                   ] ) ;
fhir:code [
fhir:code [ fhir:v "8287-5" ] ;
fhir:codeSystem [ fhir:v "2.16.840.1.113883.6.1" ] ;
fhir:codeSystemName [ fhir:v "LOINC" ] ;
fhir:displayName [ fhir:v "Périmètre crânien" ]                   ] ;
fhir:text [
fhir:reference [
fhir:value [
fhir:v "#crane"^^xsd:anyURI ;
fhir:l <#crane>                       ]                     ]                   ] ;
fhir:statusCode [
fhir:code [ fhir:v "completed" ]                   ] ;
fhir:effectiveTime [
fhir:nullFlavor [ fhir:v "NASK" ]                   ] ;
                  ( fhir:value [
fhir:unit [ fhir:v "cm" ] ;
fhir:value [ fhir:v "35"^^xsd:decimal ]                   ] )                 ]               ] ) #  Entrée FR-Signe-vital-observe : Poids (g)              ]           ] ) #  [1..1] Entrée FR-Signes-vitaux          ]       ] ) #  [1..1] Section FR-Signes-vitaux      ]
  ] . #  ************************************************************
#        Corps du document
#   *************************************************************