IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "practitioner-2",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Practitioner 2 Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a practitioner 2 example for the *IE Core Practitioner Profile*."
}
],
"profile" : [
🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-2</b></p><a name=\"practitioner-2\"> </a><a name=\"hcpractitioner-2\"> </a><a name=\"practitioner-2-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/imc</code>/456789</p><p><b>name</b>: Fielding Kathy </p><p><b>telecom</b>: <a href=\"mailto:Kathy.Fielding@direct.ExampleMedicalPractice.net\">Kathy.Fielding@direct.ExampleMedicalPractice.net</a></p><p><b>address</b>: 1080 FIRST RD VIRGINIA BEACH Donegal H91 CV48 (work)</p></div>"
},
"identifier" : [
{
"system" : "http://iehr.ai/fhir/sid/ie/imc",
"value" : "456789"
}
],
"name" : [
{
"family" : "Kathy",
"given" : [
"Fielding"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"extension" : [
{
"url" : "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-direct",
"valueBoolean" : true
}
],
"system" : "email",
"value" : "Kathy.Fielding@direct.ExampleMedicalPractice.net",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"line" : [
"1080 FIRST RD"
],
"city" : "VIRGINIA BEACH",
"state" : "Donegal",
"postalCode" : "H91 CV48"
}
]
}