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

FHIR IG analytics

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

practitioner: Practitioner Sébastien THOMAS

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

location: Location : identifier = Identifiant interne


Narratif généré : Localisation #ExampleLocation2

identifier: Identifiant interne/2

address: 30 rue Mme DELMAS AGEN 47000


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExamplePractitionerRoleAgregateur3",
  "meta": {
    "profile": [
      "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "ExampleLocation2",
      "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": "2"
        }
      ],
      "address": {
        "line": [
          "30 rue Mme DELMAS"
        ],
        "city": "AGEN",
        "postalCode": "47000"
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/ExamplePractitioner2"
  },
  "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": "1810004956"
    }
  },
  "location": [
    {
      "reference": "#ExampleLocation2"
    }
  ]
}