FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageans.fhir.fr.sas
Resource TypePractitionerRole
IdPractitionerRole-ExamplePractitionerRoleAgregateur4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : PractitionerRole ExamplePractitionerRoleAgregateur4

practitioner: Practitioner Guillaume MARCEL

organization: Identifier: Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS/1810004421

location: Location : identifier = Identifiant interne

telecom: +33658913859


Narratif généré : Localisation #ExampleLocation3

identifier: Identifiant interne/1

address: 1 rue Mme DELMAS AGEN 47000


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExamplePractitionerRoleAgregateur4",
  "meta": {
    "profile": [
      "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "ExampleLocation3",
      "meta": {
        "profile": [
          "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
        ]
      },
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
                "code": "INTRN"
              }
            ]
          },
          "system": "urn:oid:1.1.111.1.111.1.1.1",
          "value": "1"
        }
      ],
      "address": {
        "line": [
          "1 rue Mme DELMAS"
        ],
        "city": "AGEN",
        "postalCode": "47000"
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/ExamplePractitioner3"
  },
  "organization": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
            "code": "IDNST"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2",
      "value": "1810004421"
    }
  },
  "location": [
    {
      "reference": "#ExampleLocation3"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+33658913859"
    }
  ]
}