Remote Anamnesis Implementation Guide
0.1.0 - ci-build
Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Patient-Anamnesi-001",
"meta" : {
"profile" : [
🔗 "http://remote-anamnesis.na.icar.cnr/StructureDefinition/patient-anamnesi"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-Anamnesi-001</b></p><a name=\"Patient-Anamnesi-001\"> </a><a name=\"hcPatient-Anamnesi-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-anamnesi.html\">Anamnesis_Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Bianchi Female, DoB: 1985-02-16 ( http://example.com/codice-fiscale#BNCMRA85B56F205T)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1234567890(Mobile)</li><li><a href=\"mailto:example@example.com\">example@example.com</a></li><li>Milan </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0-ballot-tc1/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Milan, Lombardia, Italy </td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Milan,",
"state" : "Lombardia,",
"country" : "Italy"
}
}
],
"identifier" : [
{
"system" : "http://example.com/codice-fiscale",
"value" : "BNCMRA85B56F205T"
}
],
"name" : [
{
"text" : "Maria Bianchi",
"family" : "Bianchi",
"given" : [
"Maria"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "1234567890",
"use" : "mobile"
},
{
"system" : "email",
"value" : "example@example.com"
}
],
"gender" : "female",
"birthDate" : "1985-02-16",
"address" : [
{
"city" : "Milan"
}
]
}