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

FHIR IG analytics

Packageans.fhir.fr.sas
Resource TypePractitionerRole
IdPractitionerRole-ExamplePractitionerRoleAgregateur.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 ExamplePractitionerRoleAgregateur

practitioner: Practitioner Pierre Foret

organization: Identifier: 412345678912345

location: Location : identifier = Identifiant interne

telecom: +33561855977


Narratif généré : Localisation #ExampleLocation

identifier: Identifiant interne/123456789

address: 25 CHEMIN DE MOUNESTIE Aussonne 31840


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExamplePractitionerRoleAgregateur",
  "meta": {
    "profile": [
      "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "ExampleLocation",
      "meta": {
        "profile": [
          "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
        ]
      },
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
                "code": "INTRN"
              }
            ]
          },
          "system": "https://editeur.com",
          "value": "123456789"
        }
      ],
      "address": {
        "line": [
          "25 CHEMIN DE MOUNESTIE"
        ],
        "city": "Aussonne",
        "postalCode": "31840"
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/ExamplePractitioner"
  },
  "organization": {
    "identifier": {
      "value": "412345678912345"
    }
  },
  "location": [
    {
      "reference": "#ExampleLocation"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+33561855977"
    }
  ]
}