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

FHIR IG analytics

Packagehl7.fhir.uv.lab-report
Resource TypePractitioner
IdPractitioner-pr-lab-example.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

Generated Narrative: Practitioner pr-lab-example

identifier: urn:oid:2.16.840.1.113883.2.9.4.3.2/MTCORV58E63L294G

name: Matteo Cervone

telecom: matteo.cervone@gmail.it, matteo.cervone@pec.it, ph: 3478129873(Mobile)

address: Via Milano 7 Roma 120 00184 100


Source1

{
  "resourceType": "Practitioner",
  "id": "pr-lab-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/lab-report/StructureDefinition/Practitioner-uv-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
      "value": "MTCORV58E63L294G",
      "assigner": {
        "display": "MEF"
      }
    }
  ],
  "name": [
    {
      "family": "Cervone",
      "given": [
        "Matteo"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "matteo.cervone@gmail.it",
      "use": "home"
    },
    {
      "system": "email",
      "value": "matteo.cervone@pec.it",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "3478129873",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "line": [
        "Via Milano 7"
      ],
      "city": "Roma",
      "district": "RM",
      "state": "120",
      "postalCode": "00184",
      "country": "100"
    }
  ]
}